Any stream/buffer type accepted by extract() and list() as input.
Note: NodeJS.ReadableStream is handled transparently in the Node.js
implementation via the internal toAsyncIterable helper.
In browsers, pass a ReadableStream<Uint8Array> (Web Streams API) instead.
Any stream/buffer type accepted by
extract()andlist()as input.Note:
NodeJS.ReadableStreamis handled transparently in the Node.js implementation via the internaltoAsyncIterablehelper. In browsers, pass aReadableStream<Uint8Array>(Web Streams API) instead.