So I want to ask users to confirm that the want to leave the page before the browser is closed. I don't have problem showing the user message box when he is navigating away from the page, only when he's closing the window. This doesn't work for me:
PLATFORM.global.addEventListener("beforeunload", this._beforeUnloadEventHandler);
And this answer only helps with navigating away.