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

I'm looking through the OP checklist and see

>  merge ReadableStreamController and ReadableByteStreamController

I don't think this is a good idea, or feasible. That is where the main separation is. RBSC has byobRequest on it, after all.

>  merge ReadableStreamReader and ReadableByteStreamBYOBReader

I'm less sure about this, but it still seems reasonable to me that these be separate types... what do you think?

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

Received on Wednesday, 3 February 2016 23:40:10 UTC