mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-14 14:50:03 -04:00
expose wisp-client-js apis
This commit is contained in:
parent
4d64b27a82
commit
88f2249e4e
5 changed files with 14 additions and 5 deletions
|
@ -102,8 +102,12 @@ api = {
|
|||
get_cacert: get_cacert,
|
||||
get_error_string: get_error_str,
|
||||
|
||||
wisp_connections: _wisp_connections,
|
||||
WispConnection: WispConnection,
|
||||
wisp: {
|
||||
wisp_connections: _wisp_connections,
|
||||
WispConnection: WispConnection,
|
||||
WispWebSocket: WispWebSocket
|
||||
},
|
||||
|
||||
transport: "wisp",
|
||||
|
||||
WebSocket: FakeWebSocket,
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
//currently broken
|
||||
|
||||
class TLSSocket extends CurlSession {
|
||||
constructor(hostname, port, options={}) {
|
||||
super();
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "libcurl.js",
|
||||
"version": "0.6.11",
|
||||
"version": "0.6.12",
|
||||
"description": "An experimental port of libcurl to WebAssembly for use in the browser.",
|
||||
"main": "libcurl.mjs",
|
||||
"exports": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue