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: https://github.com/dotnet/aspnetcore/blob/f9464dc6ea57deed561d57cd45f52fdf16bfa1bd/src/Components/Web.JS/src/Boot.Server.Common.ts#L100