📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 12:44:40
📂
/ (Root)
/
home
/
supecsoq
/
.trash
/
node_modules
/
next
/
dist
/
server
📍 /home/supecsoq/.trash/node_modules/next/dist/server
🔄 Refresh
✏️
Editing: node-polyfill-crypto.js
Writable
// Polyfill crypto() in the Node.js environment "use strict"; if (!global.crypto) { let webcrypto; Object.defineProperty(global, 'crypto', { enumerable: false, configurable: true, get () { if (!webcrypto) { // @ts-expect-error -- TODO: Is this actually safe? webcrypto = require('node:crypto').webcrypto; } return webcrypto; }, set (value) { webcrypto = value; } }); } //# sourceMappingURL=node-polyfill-crypto.js.map
💾 Save Changes
❌ Cancel