Nathan Wall (2013-04-15T04:23:17.000Z)
github at esdiscuss.org (2013-07-12T02:27:01.857Z)
Brendan Eich wrote: > ... https://mail.mozilla.org/pipermail/es-discuss/2013-February/028631.html > > It looks like the setter throws only if called on an object from a > different "realm", so maybe it will work for your intended uses. It > won't work cross-frame, in other words. Great! Will the setter be capable of setting the prototype on objects which don't inherit from `Object.prototype` (as long as they're in the same realm)? If so, that would allow me to work around the majority of my problems from [1]. There are still some edge cases that couldn't be supported, but I'll be okay with that since they are really minor edge cases. [1]: https://mail.mozilla.org/pipermail/es-discuss/2013-March/029329.html