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

Maybe your concern can be addressed in Chrome by specifying [NoInterfaceObject] to the IDLs of `ReadableStreamReader` and `ReadableStreamController`. http://heycam.github.io/webidl/#NoInterfaceObject. Then, they are not exposed on window, though they're still obtainable via `controller.__proto__`.

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

Received on Thursday, 9 April 2015 12:51:07 UTC