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

Sorry for the delay in getting back to you on this. I made some more tweaks to auto-allocate based on my review comments.

I think we should work on merging this soon. Do you think it's ready? Would you mind drafting up a commit message? The main things I want to be sure are included are:

- How this differs from the previous ReadableByteStream separate class model
- Details on the normative changes to existing ReadableStream behavior, including reference to why the tests were changed
- A vague idea of how the under-the-hood changes work (i.e., moving a lot of things to the controllers)

After we get this merged I would like to do an editorial pass on my own through the document. Largely it will consist of adding more cross-links (both within-spec and to other specs) and also updating to use the latest ES conventions (which allow us to use ? and ! prefixes and get rid of ReturnIfAbrupt).

---
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/430#issuecomment-200005007

Received on Tuesday, 22 March 2016 20:24:40 UTC