Created
November 15, 2021 11:35
-
-
Save francescom/25baec5d6450c7f65bd189f731299cb7 to your computer and use it in GitHub Desktop.
JS to confirma page close/leave
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.onbeforeunload= (e)=> {e.returnValue="This page is asking you to confirm that you want to leave - data you have entered may not be saved."} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modern browsers ignore the string (text will be translated in local language).
String is taken from recent FireFox.
returnValue is more supported than preventDefault