UnderlyingSinkWriteCallback
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:127
Type Parameters
Section titled “Type Parameters”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
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
chunk | W |
controller | WritableStreamDefaultController |
Returns
Section titled “Returns”| void
| PromiseLike
<void
>