Re: New ES6 draft is available

Le 27/11/2012 11:24, Anne van Kesteren a écrit :
> And was it designed with IDL and Window/WindowProxy in mind? 
I've just been thinking about this question more. Consider:
* a WindowProxy instance w proxies to windowA
* A non-configurable property 'whatever' is set on windowA through w 
(value is not important, but non-configurability is)
* WindowProxy proxies to a different windowB object

is 'whatever' a property of windowB? of the WindowProxy object itself?

If HTML5 expects that there is no 'whatever' property after the target 
change, we might be having a problem.

David

Received on Friday, 7 December 2012 19:43:42 UTC