diff --git a/files/en-us/mozilla/firefox/releases/139/index.md b/files/en-us/mozilla/firefox/releases/139/index.md index 539564e316220fc..cdac0622a1423b4 100644 --- a/files/en-us/mozilla/firefox/releases/139/index.md +++ b/files/en-us/mozilla/firefox/releases/139/index.md @@ -39,6 +39,10 @@ This article provides information about the changes in Firefox 139 that affect d #### DOM +- The {{domxref("HTMLDialogElement/requestClose", "requestClose()")}} method of the {{domxref("HTMLDialogElement")}} interface is now supported. + This allows developers to conditionally prevent a dialog from closing by providing a [`cancel` event](/en-US/docs/Web/API/HTMLDialogElement/cancel_event) handler. + ([Firefox bug 1960556](https://bugzil.la/1960556)). + #### Media, WebRTC, and Web Audio #### Removals