In the face of the announcment that the  Object.observe standard proposal
is being revoked and commentary that seems to indicate that at a minimum
either Proxy or Object.observe is needed, does anyone know the status of
re-introduction of Proxy into Chrome and v8?

To support both Firefox and Chrome we actually have bi-directional
polyfills, e.g. Proxy in terms of Observe form Chrome and Observe in terms
of Proxy for Firefox. Having neither in Chrome and v8 will be quite
painful. We could override get/set on all properties for all objects and
re-define Object.create to accomplish what we need in Chrome, but that
seems pretty invasive and risky. We are trying to move our codebase away
from doing such things.
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to