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
Google Lighthouse now scores use of an unload listener poorly for their "Best Practices" score.
https://web.dev/articles/bfcache?utm_source=lighthouse&utm_medium=devtools#never_use_the_unload_event
GWT-Material v2.8.3 has an embedded dependency on JQuery v3.5.1. JQuery v3.5.1 attaches unload listeners. JQuery corrected this in v3.7.1.
https://github.com/jquery/jquery/issues/5323
Updating the embedded JQuery would mean web sites using GWT-Material no longer get their scores decremented.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Google Lighthouse now scores use of an unload listener poorly for their "Best Practices" score.
GWT-Material v2.8.3 has an embedded dependency on JQuery v3.5.1. JQuery v3.5.1 attaches unload listeners. JQuery corrected this in v3.7.1.
Updating the embedded JQuery would mean web sites using GWT-Material no longer get their scores decremented.
The text was updated successfully, but these errors were encountered: