FixedLengthStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2421
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FixedLengthStream(
expectedLength,queuingStrategy?):FixedLengthStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2422
Parameters
Section titled “Parameters”expectedLength
Section titled “expectedLength”number | bigint
queuingStrategy?
Section titled “queuingStrategy?”IdentityTransformStreamQueuingStrategy
Returns
Section titled “Returns”FixedLengthStream
Overrides
Section titled “Overrides”IdentityTransformStream.constructor
Properties
Section titled “Properties”readable
Section titled “readable”
readonlyreadable:ReadableStream<Uint8Array<ArrayBufferLike>>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2417
Inherited from
Section titled “Inherited from”IdentityTransformStream.readable
writable
Section titled “writable”
readonlywritable:WritableStream<ArrayBuffer|ArrayBufferView<ArrayBufferLike>>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2419
