You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This 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.
0 commit comments