Re: [streams] Move stuff into controller to make RS and RBS closer (#418)

2bf449735218b41328f61102e4d3751adfe0aa49 is the last commit. Its diff is very big, sorry.

Finally, I've finished merging RS and RBS.
- we no longer have ReadableByteStream, ReadableByteStreamReader
- ReadableStream has getByobReader which works only when the stream was constructed with a byte source which is a source with the `pullInto` method
- a byte source is given a ReadableByteStreamController
- a non-byte source is given a ReadableStreamController
- ReadableStream and ReadableStreamReader are representing the minimal semantics required. Implementation details are separated into the controllers


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

Received on Wednesday, 13 January 2016 13:25:58 UTC