Skip to content

Commit f810464

Browse files
authored
Add async iterable<T> type
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.
1 parent 90b5184 commit f810464

File tree

1 file changed

+266
-9
lines changed

1 file changed

+266
-9
lines changed

0 commit comments

Comments
 (0)