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
Having some difficulties in determining what would cause the MutationEvent object to be undefined. Error thrown on the following line:
var oldValue = e.attrChange === MutationEvent.ADDITION ? null : e.prevValue;
Currently running IE 11.0.32 build 11.0.9600.18349CO (KB3160005). The site I am debugging has no access to debug so flying blind. Works without issues locally and in another remote site utilizing a 11.0.4x build of IE. Wanted to get your thoughts.
The text was updated successfully, but these errors were encountered:
Having some difficulties in determining what would cause the MutationEvent object to be undefined. Error thrown on the following line:
Currently running IE 11.0.32 build 11.0.9600.18349CO (KB3160005). The site I am debugging has no access to debug so flying blind. Works without issues locally and in another remote site utilizing a 11.0.4x build of IE. Wanted to get your thoughts.
The text was updated successfully, but these errors were encountered: