⚠️ Internal: This API is not publically exported by the
package.
Interface UnderlyingSinkWriteCallback<W>
interface UnderlyingSinkWriteCallback ((chunk, controller) => void | PromiseLike<void>)
- UnderlyingSinkWriteCallback(chunk, controller): void | PromiseLike<void>
Returns void | PromiseLike<void>