Re: [whatwg/streams] ReadableStream should be an async iterable (#778)

`break` invokes `return()`, which per the above design will cancel the stream. I'm not sure it's "obvious" that it should cancel the stream, but it's probably better for the common case, and @jakearchibald had a good idea for how we could allow an escape hatch for the uncommon case.

-- 
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/issues/778#issuecomment-380894313

Received on Thursday, 12 April 2018 18:05:10 UTC