[whatwg/streams] Merge getBYOBReader() into getReader() and rename class names and switches (#436)

Fixes #294 
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/436

-- Commit Summary --

  * Merge getBYOBReader() into getReader()
  * Rename ReadableStreamBYOBController to ReadableByteStreamController
  * Change the byob switch of ReadableStream constructor to a string switch named type

-- File Changes --

    M index.bs (305)
    M reference-implementation/lib/readable-stream.js (220)
    M reference-implementation/test/readable-byte-stream.js (212)
    M reference-implementation/web-platform-tests/readable-streams/general.js (2)

-- Patch Links --

https://github.com/whatwg/streams/pull/436.patch
https://github.com/whatwg/streams/pull/436.diff

---
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/436

Received on Wednesday, 6 April 2016 07:31:33 UTC