mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 05:48:05 +02:00
* Names must be unique
This commit is contained in:
parent
6ff92cb813
commit
ee136fca55
@ -55,10 +55,10 @@ Const
|
||||
|
||||
const
|
||||
websocketExportName = 'websocket';
|
||||
websocketFN_Allocate = 'allocate';
|
||||
websocketFN_DeAllocate = 'deallocate';
|
||||
websocketFN_close = 'close';
|
||||
websocketFN_send = 'send';
|
||||
websocketFN_Allocate = 'allocate_websocket';
|
||||
websocketFN_DeAllocate = 'deallocate_websocket';
|
||||
websocketFN_close = 'close_websocket';
|
||||
websocketFN_send = 'send_websocket';
|
||||
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user