[whatwg/streams] add "bytes" readableType to TransformStream transformer (#601)

Leaves room for writableType as well, which the WritableStream constructor will reject if it's anything other than undefined, at the moment.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * add ReadableByteStreamControllerGetBYOBRequest abstract op
  * add assert in ReadableByteStreamControllerEnqueue
  * add "bytes" type to TransformStream

-- File Changes --

    M index.bs (24)
    M reference-implementation/lib/readable-stream.js (30)
    M reference-implementation/lib/transform-stream.js (107)

-- Patch Links --

https://github.com/whatwg/streams/pull/601.patch
https://github.com/whatwg/streams/pull/601.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/601

Received on Saturday, 5 November 2016 03:29:24 UTC