[streams] Byte stream promises update (#280)

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

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

-- Commit Summary --

  * Move errorReadableByteStream to -abstract-ops file
  * Rename ReadableByteStream._resolveWaitPromise to _resolveReadyPromise
  * Introduce IsReadableByteStreamLocked abstract operation
  * First class source object.
  * Introduce IsReadableByteStream abstract operation
  * Check IsReadableByteStream in IsReadableByteStreamLocked
  * Simplify stream/reader promises properties on ReadableByteStream

-- File Changes --

    M reference-implementation/lib/experimental/exclusive-byte-stream-reader.js (140)
    M reference-implementation/lib/experimental/readable-byte-stream-abstract-ops.js (185)
    M reference-implementation/lib/experimental/readable-byte-stream.js (215)
    M reference-implementation/test/experimental/readable-byte-stream.js (52)

-- Patch Links --

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

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/280

Received on Tuesday, 10 February 2015 11:06:44 UTC