You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this can't easily be implemented. define() sets up property descriptors, and therefore delete foo.bar will not hit the proxy trap. You'd have to add another proxy on the instance itself, I think.
Observations occur when:
But not when:
occurs. Probably just need to add some ObservationRecorder.adds?
The text was updated successfully, but these errors were encountered: