Skip to content

WritableStreamDefaultController

Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:334

This Streams API interface represents a controller allowing control of a WritableStream’s state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate.

error(e?): void;

Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:335

ParameterType
e?any

void