[whatwg/streams] Remove TransformStream _readableClosed member (#782)

Instead inspect the state of the ReadableStream directly using a new abstract
operation, ReadableStreamDefaultControllerIsErroredOrCloseRequested.

This avoids redundant state tracking.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Remove TransformStream _readableClosed member

-- File Changes --

    M index.bs (14)
    M reference-implementation/lib/readable-stream.js (15)
    M reference-implementation/lib/transform-stream.js (19)

-- Patch Links --

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

Received on Tuesday, 29 August 2017 14:27:59 UTC