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

Class

website/worker-configuration.d.ts:1829–1829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827}
1828/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader) */
1829declare class ReadableStreamBYOBReader {
1830 constructor(stream: ReadableStream);
1831 get closed(): Promise<void>;
1832 cancel(reason?: any): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected