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
I do the first part in my site, overriding native with shim for have a homogeneous behavior in all devices.
Most things works as expected, but the second part of code throws Uncaught TypeError: EventTarget.dispatchEvent: Argument 1 does not implement interface Event.
Maybe EventTargetShim.Event can be a instance of native Event if its is defined for fix this problem?
The text was updated successfully, but these errors were encountered:
I do the first part in my site, overriding native with shim for have a homogeneous behavior in all devices.
Most things works as expected, but the second part of code throws
Uncaught TypeError: EventTarget.dispatchEvent: Argument 1 does not implement interface Event.
Maybe EventTargetShim.Event can be a instance of native Event if its is defined for fix this problem?
The text was updated successfully, but these errors were encountered: