Re: [whatwg/streams] Review request on the ReadableStream API (#433)

You can check the ReadableStream's controller-facing interface at https://streams.spec.whatwg.org/#rs-abstract-ops-used-by-controllers. These operations are not exposed to web application scripts, but web APIs vending an object implementing the ReadableStream interface may call these internally and directly without letting the object violate the semantics/constraints of the ReadableStream.

---
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/issues/433#issuecomment-213272926

Received on Friday, 22 April 2016 05:53:56 UTC