If I am trapping changes to an object using a Proxy, how do I also capture changes that occur asynchronously in the constructor/factory?
EDIT: I cannot modify the classes