Re: WindowProxy objects violate ES5 invariants

On 12/13/12 12:27 PM, Allen Wirfs-Brock wrote:
> Note that the quoted invariants primarily are concerned with data properties. I would think that a non-configurable get only accessor property could do the job for window.location without violating those invariants.

I believe there's no problem with rejecting attempts to define 
non-configurable data properties on the WindowProxy, yeah.

-Boris

Received on Thursday, 13 December 2012 18:42:25 UTC