sindresorhus/into-stream

ReadableStream support

Opened this issue · 1 comments

It would be awesome if this library can convert ReadableStream into stream.Readable. Key use case is to stream a file from the browser.

It should already be supported since a web stream is an async iterable, but we could indeed explicitly document that.