/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/esm/server/api-utils
NameSizeModeActions
node/-0777rm
get-cookie-parser.js4710666editdlrm
get-cookie-parser.js.map11250666editdlrm
index.js55090666editdlrm
index.js.map103750666editdlrm
web.js2380666editdlrm
web.js.map5200666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/esm/server/api-utils/web.js (238B)
// Buffer.byteLength polyfill in the Edge runtime, with only utf8 strings // supported at the moment. export function byteLength(payload) { return new TextEncoder().encode(payload).buffer.byteLength; } //# sourceMappingURL=web.js.map