window.addEventListener("beforeunload", function(event) { ... }); window.onbeforeunload = function(event) { ... };