Re: [streams] Merge ReadableByteStream into ReadableStream (#418)

BTW, I made the reference implementation too optimized. E.g. when read() is issued and the source can immediately respond to it, we don't skip pushing the request to the pending request queue but just fulfill it. It's making the code complicated. I plan to rather simplify them than keeping the micro optimization.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/418#issuecomment-179123183

Received on Wednesday, 3 February 2016 09:35:35 UTC