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

Editorial: document ReadableStream.from(asyncIterable) #1288

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

MattiasBuelens
Copy link
Collaborator

@MattiasBuelens MattiasBuelens commented Jul 12, 2023

This adds documentation for web developers for ReadableStream.from(asyncIterable), which was introduced in #1083.


Preview | Diff


<p>This can be used to adapt various kinds of objects into a [=readable stream=], such as an
[=array=], an [=async generator=] or a <a
href="https://nodejs.org/api/stream.html#class-streamreadable">Node.js readable stream</a>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, this is nice.

Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!

index.bs Outdated Show resolved Hide resolved
@domenic domenic merged commit f780e1f into whatwg:main Jul 13, 2023
@MattiasBuelens MattiasBuelens deleted the rs-from-for-developers branch July 13, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants