MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / abort

Method abort

examples/io/streams/modules/streams.js:150–152  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

148 return this.#signal.self;
149 }
150 abort(reason) {
151 triggerAbortSignal(this.#signal, reason);
152 }
153}
154
155const originalFunctionPrototypeApply = Function.prototype.apply;

Callers

nothing calls this directly

Calls 1

triggerAbortSignalFunction · 0.85

Tested by

no test coverage detected