|
|
|
|
|
by emehrkay
3263 days ago
|
|
I've used Proxy in the past. It doesn't allow for the capture of both `object.attr_does_not_exist` and `object.methodDoesNotExist()` simultaneously, it is one or the other. I will admit that I am trying to use another lang's paradigms in JS, but only because it is so similar and it makes sense to me. But I may be able to use Proxy just to capture object changes. I will try it out |
|