- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 06 Apr 2016 00:31:05 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 6 April 2016 07:31:33 UTC
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