I want to intercept requests to Object A
and log some message and forward the request back to Object A
Es6 proxies and reflect would be a good use case for this, but I’ll be taking a huge performance hit. I want to implement a proxy on my own, what are the edge cases I’ll need to handle. I’m asking this because JS behaves pretty weird in different scopes