- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 09 Apr 2015 05:50:15 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 9 April 2015 12:51:07 UTC
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