mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
Merge branch 'main' into v0.4
This commit is contained in:
commit
b15b79c22a
3 changed files with 5 additions and 3 deletions
|
@ -271,9 +271,11 @@ return {
|
||||||
fetch: libcurl_fetch,
|
fetch: libcurl_fetch,
|
||||||
set_websocket: set_websocket_url,
|
set_websocket: set_websocket_url,
|
||||||
load_wasm: load_wasm,
|
load_wasm: load_wasm,
|
||||||
wisp: _wisp_connections,
|
|
||||||
WebSocket: CurlWebSocket,
|
WebSocket: CurlWebSocket,
|
||||||
TLSSocket: TLSSocket,
|
TLSSocket: TLSSocket,
|
||||||
|
|
||||||
|
wisp_connections: _wisp_connections,
|
||||||
|
WispConnection: WispConnection,
|
||||||
|
|
||||||
get copyright() {return copyright_notice},
|
get copyright() {return copyright_notice},
|
||||||
get version() {return get_version()},
|
get version() {return get_version()},
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 84b71a2882378dcb48d6d421fdb19290ebe0df23
|
Subproject commit 8f9098c9bad047c080fe57c1831c1b2a361f7131
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3b0d432e89cff7eaa850ba8605b180189e237f1b
|
Subproject commit 2fc9e2b1337ac2a0b15d5da5fabf051a4db31cc7
|
Loading…
Add table
Add a link
Reference in a new issue