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