-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add async iterable<T>
type to WebIDL
#1397
Open
lucacasonato
wants to merge
22
commits into
whatwg:main
Choose a base branch
from
lucacasonato:async_iterator_type
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Mar 25, 2024
-
Add
async iterable<T>
type to WebIDLThis commit lifts the async iterator processing logic from the `ReadableStreamFromIterable` operation in the Streams spec, to a new WebIDL type `async iterable<T>`. This will clean up the streams spec, and enable a change in the Fetch spec to directly allow taking async iterable as request/response bodies, without having to pass them to `ReadableStream.from` first.
Configuration menu - View commit details
-
Copy full SHA for 14f1bdb - Browse repository at this point
Copy the full SHA 14f1bdbView commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7df167 - Browse repository at this point
Copy the full SHA b7df167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0402e85 - Browse repository at this point
Copy the full SHA 0402e85View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6f7392 - Browse repository at this point
Copy the full SHA b6f7392View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6363f6c - Browse repository at this point
Copy the full SHA 6363f6cView commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5533589 - Browse repository at this point
Copy the full SHA 5533589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6559e06 - Browse repository at this point
Copy the full SHA 6559e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3789832 - Browse repository at this point
Copy the full SHA 3789832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f284c1 - Browse repository at this point
Copy the full SHA 6f284c1View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dcbe738 - Browse repository at this point
Copy the full SHA dcbe738View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd86c51 - Browse repository at this point
Copy the full SHA bd86c51View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f97033b - Browse repository at this point
Copy the full SHA f97033bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30fb12d - Browse repository at this point
Copy the full SHA 30fb12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3469138 - Browse repository at this point
Copy the full SHA 3469138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947fb78 - Browse repository at this point
Copy the full SHA 947fb78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 118b446 - Browse repository at this point
Copy the full SHA 118b446View commit details
Commits on Jul 29, 2024
-
Merge pull request #1 from MattiasBuelens/async_iterator_type
Async iterator type
Configuration menu - View commit details
-
Copy full SHA for ca5967b - Browse repository at this point
Copy the full SHA ca5967bView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11f9a9f - Browse repository at this point
Copy the full SHA 11f9a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc07972 - Browse repository at this point
Copy the full SHA dc07972View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd56f97 - Browse repository at this point
Copy the full SHA dd56f97View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a79b42 - Browse repository at this point
Copy the full SHA 9a79b42View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6374863 - Browse repository at this point
Copy the full SHA 6374863View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.