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
This line is always adding a a listener for the beforeunload event, which is not recommended:
beforeunload
kontour/resources/js/confirm-leave-page.js
Line 29 in 0cea1b6
See https://developer.chrome.com/articles/page-lifecycle-api/#the-beforeunload-event and investigate solutions where we move the adding and removal of the event listener into the dirty-setting event handlers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This line is always adding a a listener for the
beforeunload
event, which is not recommended:kontour/resources/js/confirm-leave-page.js
Line 29 in 0cea1b6
See
https://developer.chrome.com/articles/page-lifecycle-api/#the-beforeunload-event
and investigate solutions where we move the adding and removal of the event listener into the dirty-setting event handlers.
The text was updated successfully, but these errors were encountered: