On Fri, Aug 2, 2013 at 1:21 AM, Brendan Eich <[email protected]> wrote: > I thought this was not all that interoperable. What exactly are the > intersection semantics? Not object identity change!
Gecko will change the prototype. WebKit will keep the prototype until garbage collection has run at which point it will do the identify change thing, as I understand it. Geoffrey might do an experiment at some point to do the identify change directly. I'm not sure how Internet Explorer tackles this. However, by and a large things like node.appendChild() et al just work and developers rarely hit those edges of non-interoperability. -- http://annevankesteren.nl/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

