[ Root System Explorer ]
Location:
Root
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
minipass-fetch
/
lib
+ Folder
+ File
Upload
Editing: abort-error.js
'use strict' class AbortError extends Error { constructor (message) { super(message) this.code = 'FETCH_ABORTED' this.type = 'aborted' Error.captureStackTrace(this, this.constructor) } get name () { return 'AbortError' } // don't allow name to be overridden, but don't throw either set name (s) {} } module.exports = AbortError
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 abort-error.js
FILE
Ren
[EDIT]
DEL
📄 blob.js
FILE
Ren
[EDIT]
DEL
📄 body.js
FILE
Ren
[EDIT]
DEL
📄 fetch-error.js
FILE
Ren
[EDIT]
DEL
📄 headers.js
FILE
Ren
[EDIT]
DEL
📄 index.js
FILE
Ren
[EDIT]
DEL
📄 request.js
FILE
Ren
[EDIT]
DEL
📄 response.js
FILE
Ren
[EDIT]
DEL