BeforeUnloadEvent
The beforeunload event is fired when the window, the document and its resources are about to be unloaded.
var BeforeUnloadEvent: {
prototype: BeforeUnloadEvent;
new (): BeforeUnloadEvent;
};The beforeunload event is fired when the window, the document and its resources are about to be unloaded.