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

Class

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

Source from the content-addressed store, hash-verified

1817};
1818/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultReader) */
1819declare class ReadableStreamDefaultReader<R = any> {
1820 constructor(stream: ReadableStream);
1821 get closed(): Promise<void>;
1822 cancel(reason?: any): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected