ReadableStreamDefaultController
Defined in: node_modules/@types/node/stream/web.d.ts:254
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
R | any |
Methods
Section titled “Methods”close()
Section titled “close()”close(): void;Defined in: node_modules/@types/node/stream/web.d.ts:256
Returns
Section titled “Returns”void
enqueue()
Section titled “enqueue()”enqueue(chunk?): void;Defined in: node_modules/@types/node/stream/web.d.ts:257
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
chunk? | R |
Returns
Section titled “Returns”void
error()
Section titled “error()”error(e?): void;Defined in: node_modules/@types/node/stream/web.d.ts:258
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
e? | any |
Returns
Section titled “Returns”void
Properties
Section titled “Properties”desiredSize
Section titled “desiredSize”readonly desiredSize: null | number;Defined in: node_modules/@types/node/stream/web.d.ts:255