MCPcopy Create free account
hub / github.com/prisma/prisma-examples /

Class

orm/cloudflare-workers/worker-configuration.d.ts:2513–2513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2511 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompressionStream)
2512 */
2513declare class CompressionStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {
2514 constructor(format: "gzip" | "deflate" | "deflate-raw");
2515}
2516/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected