📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 18:23:36
📂
/
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
abort-controller
✏️
Editing: browser.js
/*globals self, window */ "use strict" /*eslint-disable @mysticatea/prettier */ const { AbortController, AbortSignal } = typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : /* otherwise */ undefined /*eslint-enable @mysticatea/prettier */ module.exports = AbortController module.exports.AbortSignal = AbortSignal module.exports.default = AbortController
💾 Save Changes
❌ Cancel