Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadableStream support #19

Open
louisgv opened this issue Sep 20, 2021 · 1 comment
Open

ReadableStream support #19

louisgv opened this issue Sep 20, 2021 · 1 comment

Comments

@louisgv
Copy link

louisgv commented Sep 20, 2021

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

@sindresorhus
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants