ReadableByteStreamController
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2332
Accessors
Section titled “Accessors”byobRequest
Section titled “byobRequest”Get Signature
Section titled “Get Signature”get byobRequest():
null
|ReadableStreamBYOBRequest
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2334
Returns
Section titled “Returns”null
| ReadableStreamBYOBRequest
desiredSize
Section titled “desiredSize”Get Signature
Section titled “Get Signature”get desiredSize():
null
|number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2336
Returns
Section titled “Returns”null
| number
Methods
Section titled “Methods”close()
Section titled “close()”close():
void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2338
Returns
Section titled “Returns”void
enqueue()
Section titled “enqueue()”enqueue(
chunk
):void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2340
Parameters
Section titled “Parameters”ArrayBuffer
| ArrayBufferView
<ArrayBufferLike
>
Returns
Section titled “Returns”void
error()
Section titled “error()”error(
reason
):void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2342
Parameters
Section titled “Parameters”reason
Section titled “reason”any
Returns
Section titled “Returns”void