Re: "var" declarations shadowing properties from Window.prototype

Just to note, since it's tangentially related to the topic at hand, that
WebKit (Chrome's WebKit?) currently doesn't handle Proxy functions as event
targets (in any form) as noted in this bug report:
http://code.google.com/p/chromium/issues/detail?id=140160. One issue this
illustrates with this specific implementation of "on*" is that they are not
treated like a normal data property (though that is just one issue
highlighted by the bug).

Received on Sunday, 12 August 2012 16:23:31 UTC