mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 20:39:39 +00:00
Revert "Fix tight decoding when using binary/non-base64 connection."
This reverts commit 14717eb468.
This commit is contained in:
@@ -18,10 +18,6 @@ var Util = {};
|
||||
* Make arrays quack
|
||||
*/
|
||||
|
||||
Array.prototype.subarray = function (start, end) {
|
||||
this.slice(start, end);
|
||||
};
|
||||
|
||||
Array.prototype.push8 = function (num) {
|
||||
this.push(num & 0xFF);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user