|
|
|
|
|
by emehrkay
3263 days ago
|
|
I'd like to be able to capture object modifications like Python's magic __getattr__ __setattr__ __delattr__ and calling methods that do not exist on objects. In the meantime I am writing a get, set, delete method on my object and using those instead |
|
[1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...