Skip to content

UnderlyingSinkWriteCallback

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

Type Parameter
W
UnderlyingSinkWriteCallback(chunk, controller):
| void
| PromiseLike<void>;

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

ParameterType
chunkW
controllerWritableStreamDefaultController

| void | PromiseLike<void>