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

Class

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

Source from the content-addressed store, hash-verified

1976}
1977/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DecompressionStream) */
1978declare class DecompressionStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {
1979 constructor(format: "gzip" | "deflate" | "deflate-raw");
1980}
1981/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected