MCPcopy Create free account
hub / github.com/fontsource/fontsource / cancel

Method cancel

website/worker-configuration.d.ts:1791–1791  ·  view source on GitHub ↗
(reason?: any)

Source from the content-addressed store, hash-verified

1789 get locked(): boolean;
1790 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/cancel) */
1791 cancel(reason?: any): Promise<void>;
1792 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader) */
1793 getReader(): ReadableStreamDefaultReader<R>;
1794 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected