1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 12:04:15 +00:00
webvirtcloud/static/js/novnc/vendor/pako
2020-03-16 16:59:45 +03:00
..
lib Python3 & Django 2.2 Migration - Fix & Updates 2020-03-16 16:59:45 +03:00
LICENSE novnc ES6 compatibility is not working. I reverse it. Spice/VNC sending ctrl+alt+fn functionality restored. 2018-08-27 15:30:50 +03:00
README.md novnc ES6 compatibility is not working. I reverse it. Spice/VNC sending ctrl+alt+fn functionality restored. 2018-08-27 15:30:50 +03:00

This is an ES6-modules-compatible version of https://github.com/nodeca/pako, based on pako version 1.0.3.

It's more-or-less a direct translation of the original, with unused parts removed, and the dynamic support for non-typed arrays removed (since ES6 modules don't work well with dynamic exports).