- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Thu, 02 Jun 2022 06:19:02 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 2 June 2022 13:19:14 UTC
@saschanaz commented on this pull request. > @@ -2,6 +2,8 @@ interface ReadableStream { constructor(optional object underlyingSource, optional QueuingStrategy strategy = {}); + static ReadableStream from(any asyncIterable); Makes sense, LGTM then. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1083#discussion_r887942706 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1083/review/993527588@github.com>
Received on Thursday, 2 June 2022 13:19:14 UTC