-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
[Web API] Implement async iteration of ReadableStream #23678
Comments
Updated: OK. I have a reasonable idea of the main usage. But trying to confirm the right way to cancel a stream that is being read in this way, to handle errors, and to polyfill, in
This one is going to be tricky because I'm not great with async, iterables, or streams. This is initial research + brain dump.
There are a bunch of things I am not sure of.
|
Status:
|
@Rumyra What I have done so far is enough for a release - release note, basic update to ReadableStream, and BCD. However this is not yet done- I still need to update "Using Readable streams. I have most of my runnable test code in place, but that will be a separate PR. Anything to do with streams is a bit challenging. |
OK, tried to finish this off. I'll close this if it gets through reviews. |
Acceptance Criteria
For folks helping with Firefox related documentation
dev-doc-complete
Features to document
Updates to DOM streams
Related Gecko bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1734244
Other
The text was updated successfully, but these errors were encountered: