mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-31 01:19:38 +00:00
WIP: Switch to Pako for zlib
This commit introduces an alternate implementation of the zlib decompressor based on Pako (https://github.com/nodeca/pako).
This commit is contained in:
@@ -21,7 +21,7 @@ var UI;
|
||||
window.onscriptsload = function () { UI.load(); };
|
||||
Util.load_scripts(["webutil.js", "base64.js", "websock.js", "des.js",
|
||||
"keysymdef.js", "keyboard.js", "input.js", "display.js",
|
||||
"jsunzip.js", "rfb.js", "keysym.js"]);
|
||||
"rfb.js", "keysym.js", "inflator.js"]);
|
||||
|
||||
UI = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user