PATH: //opt/alt/alt-nodejs20/root/lib/node_modules/npm/node_modules/minipass-fetch/lib
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 abort-error.js
↓
X
📄 blob.js
↓
X
📄 body.js
↓
X
📄 fetch-error.js
↓
X
📄 headers.js
↓
X
📄 index.js
↓
X
📄 request.js
↓
X
📄 response.js
↓
X
SAVING...
BERHASIL DIUBAH!
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
SIMPAN PERUBAHAN