mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-28 07:59:40 +00:00
IE11 doesn't support the `slice` method on ArrayBufferViews, so we have to use the old `Array.prototype.slice.call` trick in the tests instead.
IE11 doesn't support the `slice` method on ArrayBufferViews, so we have to use the old `Array.prototype.slice.call` trick in the tests instead.