CompressionStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2447
Extends
Section titled “Extends”TransformStream
<ArrayBuffer
|ArrayBufferView
,Uint8Array
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CompressionStream(
format
):CompressionStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2451
Parameters
Section titled “Parameters”format
Section titled “format”"gzip"
| "deflate"
| "deflate-raw"
Returns
Section titled “Returns”CompressionStream
Overrides
Section titled “Overrides”Properties
Section titled “Properties”readable
Section titled “readable”
readonly
readable:ReadableStream
<Uint8Array
<ArrayBufferLike
>>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2424
Inherited from
Section titled “Inherited from”writable
Section titled “writable”
readonly
writable:WritableStream
<ArrayBuffer
|ArrayBufferView
<ArrayBufferLike
>>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2426