UnderlyingSinkWriteCallback
Defined in: node_modules/.pnpm/@types+node@24.7.2/node_modules/@types/node/stream/web.d.ts:123
Type Parameters
Section titled “Type Parameters”| Type Parameter | 
|---|
W | 
UnderlyingSinkWriteCallback(chunk, controller):  | void| PromiseLike<void>;Defined in: node_modules/.pnpm/@types+node@24.7.2/node_modules/@types/node/stream/web.d.ts:124
Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
chunk | W | 
controller | WritableStreamDefaultController | 
Returns
Section titled “Returns”| void
| PromiseLike<void>