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

Sorry for delay!

Yeah, the option 1 is the plan I imagined. Maybe to make it less confusing, we need to rename `.read(view)` to `.readInto(view)`.

One good thing is that we won't have `.getBYOBReader()` on a ReadableStream which is constructed with the `byob` option set to **false**.

In terms of code cleanness, it's ok not to make the merge happen since we've already simplified it by merging the operations behind the methods enough.

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

Received on Thursday, 18 February 2016 11:17:50 UTC