javascript - Proxies don't really replace Object.observe (do they?) -


javascript proxies supposed "more general" replacement object.observe, 1 nice thing object.observe let monitor unintended changes. used convenience method debugging legacy code, example. proxies don't seem function same way; intercept interactions happen through proxy. missing something?


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -