Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The onclose
property of the GlobalEventHandlers
mixin is an event handler for processing close
events sent to a <dialog>
element.
The close
event fires when the user closes a <dialog>
.
Note: To handle the closing of a window, use the beforeunload
or unload
events.