TransformStreamDefaultController
Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:280
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.7.0/node_modules/@types/node/stream/web.d.ts:281
Methods
Section titled “Methods”enqueue()
Section titled “enqueue()”enqueue(chunk?): void;
Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:282
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.7.0/node_modules/@types/node/stream/web.d.ts:283
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.7.0/node_modules/@types/node/stream/web.d.ts:284
Returns
Section titled “Returns”void