arudradey's picture
download
raw
480 Bytes
// Prevent Closure from minifying the binaryDecode() function, or otherwise
// Closure may analyze through the WASM_BINARY_DATA placeholder string into this
// function, leading into incorrect results.
/** @noinline */
function binaryDecode(bin) {
for (var i = 0, l = bin.length, o = new Uint8Array(l), c; i < l; ++i) {
c = bin.charCodeAt(i);
o[i] = ~c >> 8 & c; // Recover the null byte in a manner that is compatible with https://crbug.com/453961758
}
return o;
}

Xet Storage Details

Size:
480 Bytes
·
Xet hash:
1bcd6c6427cef59834a711e3b1e40944b6bbc354cbbd7762cce3d94f9907daa8

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.