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
Maybe we were thinking about this wrong. The funcEntry interface does not intercept all functions, and it doesn't just intercept dom methods either. It is whatever function that is proxied. But it does include all invocations to dom methods. And similarly objGet/Set does include get and set to all nodes, style objs, etc.
Maybe what we should do it to provide specific APIs for domMethodEntry, styleObjBeforeGet, etc.
No description provided.
The text was updated successfully, but these errors were encountered: