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
The events received by listeners added through addEventListener have the wrong target. Ideally, we should forward the same events and implement our own callback instead of using the built-in EventTarget and re-dispatching events.
The text was updated successfully, but these errors were encountered:
The events received by listeners added through
addEventListener
have the wrong target. Ideally, we should forward the same events and implement our own callback instead of using the built-inEventTarget
and re-dispatching events.The text was updated successfully, but these errors were encountered: