MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / cancel

Method cancel

apps/cloud/worker-configuration.d.ts:2466–2466  ·  view source on GitHub ↗

* The **`cancel()`** method of the ReadableStream interface returns a Promise that resolves when the stream is canceled. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/cancel)

(reason?: any)

Source from the content-addressed store, hash-verified

2464 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/cancel)
2465 */
2466 cancel(reason?: any): Promise<void>;
2467 /**
2468 * The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it.
2469 *

Callers 12

core-tools.tsFile · 0.80
oauth.tsFile · 0.80
uploadPackFunction · 0.80
startViteChildFunction · 0.80
rawSseGetFunction · 0.80
abortMethod · 0.80

Calls

no outgoing calls

Tested by 3

rawSseGetFunction · 0.64
abortMethod · 0.64