Interfaces
UnderlyingSinkWriteCallback
Type Parameters
Type Parameter |
---|
W |
UnderlyingSinkWriteCallback(chunk
, controller
): void
| PromiseLike
<void
>
Parameters
Parameter | Type |
---|---|
chunk | W |
controller | WritableStreamDefaultController |
Returns
void
| PromiseLike
<void
>