Re: [whatwg/streams] add @@asyncIterator to ReadableStreamDefaultReader (#950)

@MattiasBuelens i'm honestly not a fan of implicitly acquiring a reader for exactly those reasons.

One thing though -- This feature would depend on ReadableStreamDefaultBYOBReader having an @@asyncIterator, which it does not yet. I think it might be better to hold off on ReadableStream[@@asyncIterator] until byob reader has @@asyncIterator as well.

-- 
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/950#issuecomment-417022320

Received on Wednesday, 29 August 2018 16:45:04 UTC