- From: David Bruant <bruant@enseirb-matmeca.fr>
- Date: Fri, 23 Sep 2011 11:58:26 +0200
[with correct public-script-coord address] Le 23/09/2011 11:54, David Bruant a ?crit : > Hi, > > I have noticed on a recent commit [1] that the "document" property of > the window object is now defined as [[Unforgeable]] (and still > readonly). As per WebIDL, it makes the property non-configurable (in > ECMAScript 5 terms). Consequently, it will make impossible to wrap the > object document with an ES.next proxy [2] and replace the "document" > property value with the wrapped document. > > I think that there is definitely a use case here as replacing the > document with a proxy could help developers fixing the DOM and adding > workarounds to browser bugs. Consequently, I think the "document" > property of the window object should be kept configurable. > > David > > [1] http://html5.org/tools/web-apps-tracker?from=6568&to=6569 > [2] http://wiki.ecmascript.org/doku.php?id=harmony:proxies
Received on Friday, 23 September 2011 02:58:26 UTC