MCPcopy Create free account
hub / github.com/AlexErrant/Pentive /

Class

shared-dom/src/plugin.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22// copied from cloudflare's definition. Use until this gets a better answer https://stackoverflow.com/q/75754724
23declare class DecompressionStream extends TransformStream<
24 ArrayBuffer | ArrayBufferView,
25 Uint8Array
26> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected