Skip to content

FixedLengthStream

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:2946

The TransformStream interface of the Streams API represents a concrete implementation of the pipe chain transform stream concept.

MDN Reference

new FixedLengthStream(expectedLength, queuingStrategy?): FixedLengthStream

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:2947

number | bigint

IdentityTransformStreamQueuingStrategy

FixedLengthStream

IdentityTransformStream.constructor

readonly readable: ReadableStream<Uint8Array<ArrayBufferLike>>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:2938

The readable read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream.

MDN Reference

IdentityTransformStream.readable


readonly writable: WritableStream<ArrayBuffer | ArrayBufferView<ArrayBufferLike>>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:2944

The writable read-only property of the TransformStream interface returns the WritableStream instance controlled by this TransformStream.

MDN Reference

IdentityTransformStream.writable