Re: Exposing constructors of readonly interfaces to web authors

On 7/10/14, 12:51 PM, Domenic Denicola wrote:
> it *is* important to avoid non-constructible classes where possible, even if their constructors are not assigned to global variables.

I'm just saying it should be assigned _somewhere_.  People shouldn't 
have to get a Foo instance via some side-channel just to be able to do 
|new Foo.constructor()| to create a new Foo instance.

-Boris

Received on Thursday, 10 July 2014 18:55:13 UTC