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
This patch instruments the MutationObserver. There are other native constructors that might need to be instrumented.
One scalable way of doing this is to specify a function constructor as some sort of IDL. Based on that, we can automatically generate the instrumented version. Basically we just want to change the proxied arguments to their source.
The text was updated successfully, but these errors were encountered:
This patch instruments the MutationObserver. There are other native constructors that might need to be instrumented.
One scalable way of doing this is to specify a function constructor as some sort of IDL. Based on that, we can automatically generate the instrumented version. Basically we just want to change the proxied arguments to their source.
The text was updated successfully, but these errors were encountered: