Re: [streams] Should ReadableStreamController be visible? (#322)

One can check the prototype of ReadableStream/ReadableStreamReader objects, test whether an object is an instance of ReadableStream/ReadableStreamReader.
All three RS classes in the spec are defined the same, so it seems they should be treated consistently.
But the controller could just be implemented as an object with three instance properties.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/322#issuecomment-91016027

Received on Wednesday, 8 April 2015 19:48:58 UTC