Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
const
originalFunctionPrototypeApply = Function.prototype.apply;
Callers
nothing calls this directly
Calls
1
triggerAbortSignal
Function · 0.85
Tested by
no test coverage detected