We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General > Uses deprecated APIs
Shouldn't be using deprecated APIs that are scheduled to be removed from Chrome.
1 deprecation warning for UnloadHandler, as you can see in this screenshot. See https://developer.mozilla.org/en-US/docs/Web/API/Window/unload_event
This issue has be recreated:
The text was updated successfully, but these errors were encountered:
Looks like this might be removed from Chrome by the end of Q1 2025. May need to prioritize this a little higher.
Sorry, something went wrong.
https://developer.chrome.com/docs/web-platform/deprecating-unload
This appears to be related to the opt-in tracking script.
No branches or pull requests
Reproduction Steps
General > Uses deprecated APIs
Expected Behavior
Shouldn't be using deprecated APIs that are scheduled to be removed from Chrome.
Actual Behavior
1 deprecation warning for UnloadHandler, as you can see in this screenshot. See https://developer.mozilla.org/en-US/docs/Web/API/Window/unload_event
This issue has be recreated:
The text was updated successfully, but these errors were encountered: