mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
switch to wisp-js
This commit is contained in:
parent
82249fe707
commit
a8db133241
6 changed files with 23 additions and 12 deletions
|
@ -128,9 +128,9 @@ api = {
|
|||
get_error_string: get_error_str,
|
||||
|
||||
wisp: {
|
||||
wisp_connections: _wisp_connections,
|
||||
WispConnection: WispConnection,
|
||||
WispWebSocket: WispWebSocket
|
||||
wisp_connections: wisp_client.client._wisp_connections,
|
||||
WispConnection: wisp_client.client.ClientConnection,
|
||||
WispWebSocket: wisp_client.client.WispWebSocket
|
||||
},
|
||||
|
||||
transport: "wisp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue