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

That's really interesting.

I don't like either option, but I'm leaning towards special-casing arrays.

My reasoning is that I want people to use the `ReadableStream.from([chunk]).pipeTo(writable)` pattern, but if it performs poorly then they either won't use it or they'll have a bad time.

-- 
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-876870315

Received on Friday, 9 July 2021 02:41:52 UTC