mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
improve download speeds by listening directly for ws messages
This commit is contained in:
parent
e598ed3be6
commit
4004409650
3 changed files with 13 additions and 2 deletions
|
@ -30,6 +30,8 @@ var wasm_ready = false;
|
|||
var version_dict = null;
|
||||
var api = null;
|
||||
var main_session = null;
|
||||
const ws_events = new EventTarget();
|
||||
|
||||
const libcurl_version = "__library_version__";
|
||||
const wisp_version = "__wisp_version__";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue