Baseline Widely available *
The BeforeUnloadEvent
interface represents the event object for the beforeunload
event, which is fired when the current window, contained document, and associated resources are about to be unloaded.
See the beforeunload
event reference for detailed guidance on using this event.
Inherits properties from its parent, Event
.
returnValue
Deprecated
When set to a truthy value, triggers a browser-controlled confirmation dialog asking users to confirm if they want to leave the page when they try to close or reload it. This is a legacy feature, and best practice is to trigger the dialog by invoking event.preventDefault()
, while also setting returnValue
to support legacy cases.
Inherits methods from its parent, Event
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3