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
In this section: "If the component adds event listeners to DOM elements, does it remove them when they're no longer required?"
It isn't clear whether this applies to event handlers for window.onload, DOMContentLoaded, unload, onbeforeunload, pageshow, pagehide, and other events that only fire once.
The text was updated successfully, but these errors were encountered:
In this section: "If the component adds event listeners to DOM elements, does it remove them when they're no longer required?"
It isn't clear whether this applies to event handlers for
window.onload
,DOMContentLoaded
,unload
,onbeforeunload
,pageshow
,pagehide
, and other events that only fire once.The text was updated successfully, but these errors were encountered: