I had a request for the locations of the polyfills, here they are (both MIT license):
https://github.com/anywhichway/proxy-observe https://github.com/anywhichway/chrome-proxy On Fri, Nov 6, 2015 at 1:16 PM, Simon Blackwell <[email protected] > wrote: > 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 for 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

