Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.
The close event is fired on an HTMLDialogElement object when the <dialog> it represents has been closed.
This event is not cancelable and does not bubble.
Use the event name in methods like addEventListener(), or set an event handler property.
A generic Event.
This example demonstrates how to listen for close events triggered by several different methods for closing a dialog:
| HTML # event-close |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jan 26, 2026 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.