Adapts a Node.js writable stream to a JavaScript async iterator of Uint8Array data chunks. Back pressure emerges from awaiting on the promise returned by next before calling next again.
next
the destination Node.js writer
Adapts a Node.js writable stream to a JavaScript async iterator of Uint8Array data chunks. Back pressure emerges from awaiting on the promise returned by
next
before callingnext
again.