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

I've moved the implementation to a new abstract op `ReadableStreamFromIterable`. Unfortunately, this marks most of the review comments as outdated. Sorry about that. 😞

I also added the suggested `ReadableStream.of(...chunks)` method, since it's almost trivial now.

I think I'll start working on some tests next. 🙂

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1083#issuecomment-730686635

Received on Thursday, 19 November 2020 22:53:15 UTC