files/en-us/mozilla/firefox/releases/92/index.md
This article provides information about the changes in Firefox 92 that will affect developers. Firefox 92 was released on September 7, 2021.
[!NOTE] See also Time for a review of Firefox 92 on Mozilla Hacks.
No changes
avoid-page and avoid-column are now supported for the {{cssxref("break-inside")}} property (Firefox bug 1722945).system-ui value is now supported for the {{cssxref("font-family")}} property (Firefox bug 1226042).*.wikipedia.org). (Firefox bug 1064466).disabledFeatures static property has been implemented for Custom Elements (Firefox bug 1723396).selectionchange events in {{domxref("HTMLInputElement.selectionchange_event", "HTMLInputElement")}} and {{domxref("HTMLTextAreaElement/selectionchange_event", "HTMLTextAreaElement")}}, respectively (Firefox bug 1648944).webSocketUrl capability, which now returns the WebDriver BiDi websocket URL if true was passed and if BiDi is supported. (Firefox bug 1692984).cookieStoreId is added to {{WebExtAPIRef('downloads.download')}}, {{WebExtAPIRef('downloads.DownloadQuery')}}, and {{WebExtAPIRef('downloads.DownloadItem')}}. The addition to the types {{WebExtAPIRef('downloads.DownloadQuery')}} and {{WebExtAPIRef('downloads.DownloadItem')}} provides support in {{WebExtAPIRef('downloads.search')}} and {{WebExtAPIRef('downloads.erase')}}. Web extensions can now associate downloads with specific cookie stores, such as container tabs (contextual identities). (Firefox bug 1669566)