improve download speeds by listening directly for ws messages

This commit is contained in:
ading2210 2024-10-29 23:30:05 -04:00
parent e598ed3be6
commit 4004409650
3 changed files with 13 additions and 2 deletions

View file

@ -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__";