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

After a quick look, that seems to help for the controller case.
I am not sure this is applicable to ReadableStreamReader, which has a
usable constructor.
I guess the spec could say a word about this or am I missing something?

2015-04-09 14:50 GMT+02:00 Takeshi Yoshino <notifications@github.com>:

> 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>.
>


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

Received on Thursday, 9 April 2015 13:43:02 UTC