ReadableStreamDefaultController
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2321
Type Parameters
Section titled “Type Parameters”R
= any
Accessors
Section titled “Accessors”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:2323
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:2325
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:2327
Parameters
Section titled “Parameters”chunk?
Section titled “chunk?”R
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:2329
Parameters
Section titled “Parameters”reason
Section titled “reason”any
Returns
Section titled “Returns”void