object-change-callsite icon indicating copy to clipboard operation
object-change-callsite copied to clipboard

Determine the callsite of an object change using Proxies

Results 2 object-change-callsite issues
Sort by recently updated
recently updated
newest added

As mentioned in https://github.com/choojs/choo-devtools/issues/31, because the package delivered to NPM is not transpiled into standard JS, the package does not run on IE. [This Proxy polyfill](https://github.com/GoogleChrome/proxy-polyfill) does not work for...

This checks if Proxy exists, and if it does not exist, it issues a `console.warn()` message and returns `target` instead of a Proxy. This should fix issue #4