2ality.com
Tracing method calls via Proxies
1
In this blog post, I explain how you can trace method calls via ECMAScript Proxies. The techniques I show are relevant whenever you want to intercept and forward method calls via Proxies. Read full article