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

Class

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

Source from the content-addressed store, hash-verified

1918 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream)
1919 */
1920declare class WritableStream<W = any> {
1921 constructor(underlyingSink?: UnderlyingSink, queuingStrategy?: QueuingStrategy);
1922 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/locked) */
1923 get locked(): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected