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

Streams: support ReadableStream.from() #19417

Closed
MattiasBuelens opened this issue Jun 8, 2023 · 0 comments · Fixed by #19446
Closed

Streams: support ReadableStream.from() #19417

MattiasBuelens opened this issue Jun 8, 2023 · 0 comments · Fixed by #19446

Comments

@MattiasBuelens
Copy link
Contributor

The Streams standard has been updated with a new utility method ReadableStream.from(asyncIterable), which adapts any sync or async iterable into a ReadableStream.

Specification: https://streams.spec.whatwg.org/#rs-from
Spec change: whatwg/streams#1083
WPT tests: web-platform-tests/wpt#27009

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

Successfully merging a pull request may close this issue.

1 participant