ReadableByteStreamController
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2325
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2327
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2329
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2331
Returns
Section titled “Returns”void
enqueue()
Section titled “enqueue()”enqueue(
chunk):void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2333
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.20250923.0/node_modules/@cloudflare/workers-types/index.ts:2335
Parameters
Section titled “Parameters”reason
Section titled “reason”any
Returns
Section titled “Returns”void