/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/server/api-utils
NameSizeModeActions
node/-0777rm
get-cookie-parser.d.ts2730666editdlrm
get-cookie-parser.js5990666editdlrm
get-cookie-parser.js.map11300666editdlrm
index.d.ts23920666editdlrm
index.js65350666editdlrm
index.js.map104560666editdlrm
web.d.ts610666editdlrm
web.js4400666editdlrm
web.js.map5350666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/server/api-utils/web.js (440B)
// Buffer.byteLength polyfill in the Edge runtime, with only utf8 strings // supported at the moment. "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "byteLength", { enumerable: true, get: function() { return byteLength; } }); function byteLength(payload) { return new TextEncoder().encode(payload).buffer.byteLength; } //# sourceMappingURL=web.js.map