Re: [whatwg/streams] ReadableStream.from(asyncIterable) (#1083)

@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