- From: Mattias Buelens <notifications@github.com>
- Date: Wed, 07 Jun 2023 09:41:44 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 June 2023 16:41:50 UTC
@MattiasBuelens commented on this pull request. > @@ -2534,6 +2549,49 @@ create them does not matter. 1. Return « |branch1|, |branch2| ». </div> +<div algorithm> + <dfn abstract-op lt="ReadableStreamFromIterable" id="readable-stream-from-iterable"> + ReadableStreamFromIterable(|asyncIterable|)</dfn> performs the following steps: I prefer it as an abstract op, in case we ever want to export it for other specifications. Besides, all of the other `ReadableStream` methods also have corresponding abstract ops. I'll fix the alphabetical order though. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1083#discussion_r1221900565 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1083/review/1468156411@github.com>
Received on Wednesday, 7 June 2023 16:41:50 UTC