MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:1941–1941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1939}
1940/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompressionStream) */
1941declare class CompressionStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {
1942 constructor(format: "gzip" | "deflate" | "deflate-raw");
1943}
1944/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DecompressionStream) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected