Your IP : 3.15.146.237


Current Path : /opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules/abort-controller/
Upload File :
Current File : //opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules/abort-controller/browser.mjs

/*globals self, window */

/*eslint-disable @mysticatea/prettier */
const { AbortController, AbortSignal } =
    typeof self !== "undefined" ? self :
    typeof window !== "undefined" ? window :
    /* otherwise */ undefined
/*eslint-enable @mysticatea/prettier */

export default AbortController
export { AbortController, AbortSignal }

?>