/
home
/
infinitibizsol
/
.trash
/
node_modules.10
/
@smithy
/
abort-controller
/
dist-es
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.10/@smithy/abort-controller/dist-es/AbortSignal.js
export class AbortSignal { constructor() { this.onabort = null; this._aborted = false; Object.defineProperty(this, "_aborted", { value: false, writable: true, }); } get aborted() { return this._aborted; } abort() { this._aborted = true; if (this.onabort) { this.onabort(this); this.onabort = null; } } }
Copyright ©2k19 -
Hexid
|
Tex7ure