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

Class

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

Source from the content-addressed store, hash-verified

1959 get writable(): WritableStream<I>;
1960}
1961declare class FixedLengthStream extends IdentityTransformStream {
1962 constructor(expectedLength: number | bigint, queuingStrategy?: IdentityTransformStreamQueuingStrategy);
1963}
1964declare class IdentityTransformStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected