download
raw
478 Bytes
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
function decodeText(array) {
if (typeof TextDecoder !== "undefined") {
return new TextDecoder().decode(array);
}
let s = "";
for (let i = 0, il = array.length; i < il; i++) {
s += String.fromCharCode(array[i]);
}
try {
return decodeURIComponent(escape(s));
} catch (e) {
return s;
}
}
exports.decodeText = decodeText;
//# sourceMappingURL=LoaderUtils.cjs.map

Xet Storage Details

Size:
478 Bytes
·
Xet hash:
5577620bac8d7aa890813aea4b954fb4264c5cfe64013ceb515df288a946a244

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