-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onetriaged
Milestone
Description
The unload
event is deprecated and should not be used. Instead, utilize the visibilitychange
or pagehide
events.
Additionally, usage of the unload
event reflects negatively in Google Lighthouse's SEO scoring.
https://developer.mozilla.org/en-US/docs/Web/API/Window/unload_event
Usage:
window.addEventListener('unload', cleanup, { capture: false, once: true }); |
TheAtomicOption, mdmontesinos, A9G-Data-Droid, rogihee and AJ1000
Metadata
Metadata
Assignees
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onetriaged