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 settingreturnValue
to support legacy cases.