TransformStreamDefaultController
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:284
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
O | any |
Properties
Section titled “Properties”desiredSize
Section titled “desiredSize”readonly desiredSize: null | number;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:285
Methods
Section titled “Methods”enqueue()
Section titled “enqueue()”enqueue(chunk?): void;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:286
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
chunk? | O |
Returns
Section titled “Returns”void
error()
Section titled “error()”error(reason?): void;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:287
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
reason? | any |
Returns
Section titled “Returns”void
terminate()
Section titled “terminate()”terminate(): void;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:288
Returns
Section titled “Returns”void