CARVIEW |
Select Language
HTTP/2 200
content-type: text/html
x-guploader-uploadid: AAwnv3Ke8QGURkAPdNdqmEKzxzNQIfDPBiDT1hmcKdNIlPJ4pliL3SmAVGI4zgM_mBGULkXs
cache-control: public, max-age=3600
expires: Wed, 08 Oct 2025 22:47:54 GMT
last-modified: Wed, 08 Oct 2025 01:04:47 GMT
etag: W/"392d1f2f83433632e0046aad2445f736"
x-goog-generation: 1759885487194141
x-goog-metageneration: 1
x-goog-stored-content-encoding: identity
x-goog-stored-content-length: 145062
x-goog-meta-goog-reserved-file-mtime: 1759884012
x-goog-hash: crc32c=pbvOnQ==, md5=OS0fL4NDNjLgBGqtJEX3Ng==
x-goog-storage-class: STANDARD
accept-ranges: none
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
alt-svc: clear
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
strict-transport-security: max-age=63072000
content-security-policy: default-src 'self'; script-src 'report-sample' 'self' 'wasm-unsafe-eval' https://www.google-analytics.com/analytics.js https://www.googletagmanager.com/gtag/js assets.codepen.io production-assets.codepen.io https://js.stripe.com 'sha256-XNBp89FG76amD8BqrJzyflxOF9PaWPqPqvJfKZPCv7M=' 'sha256-YCNoU9DNiinACbd8n6UPyB/8vj0kXvhkOni9/06SuYw=' 'sha256-PZjP7OR6mBEtnvXIZfCZ5PuOlxoDF1LDZL8aj8c42rw='; script-src-elem 'report-sample' 'self' 'wasm-unsafe-eval' https://www.google-analytics.com/analytics.js https://www.googletagmanager.com/gtag/js assets.codepen.io production-assets.codepen.io https://js.stripe.com 'sha256-XNBp89FG76amD8BqrJzyflxOF9PaWPqPqvJfKZPCv7M=' 'sha256-YCNoU9DNiinACbd8n6UPyB/8vj0kXvhkOni9/06SuYw=' 'sha256-PZjP7OR6mBEtnvXIZfCZ5PuOlxoDF1LDZL8aj8c42rw='; style-src 'report-sample' 'self' 'unsafe-inline'; object-src 'none'; base-uri 'self'; connect-src 'self' developer.allizom.org bcd.developer.allizom.org bcd.developer.mozilla.org updates.developer.allizom.org updates.developer.mozilla.org https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://incoming.telemetry.mozilla.org https://observatory-api.mdn.allizom.net https://observatory-api.mdn.mozilla.net https://api.github.com/search/issues stats.g.doubleclick.net https://api.stripe.com; font-src 'self'; frame-src 'self' interactive-examples.mdn.mozilla.net interactive-examples.mdn.allizom.net mdn.github.io live-samples.mdn.mozilla.net live-samples.mdn.allizom.net *.mdnplay.dev *.mdnyalp.dev *.play.test.mdn.allizom.net https://v2.scrimba.com https://scrimba.com jsfiddle.net www.youtube-nocookie.com codepen.io survey.alchemer.com https://js.stripe.com; img-src 'self' data: *.githubusercontent.com *.googleusercontent.com *.gravatar.com mozillausercontent.com firefoxusercontent.com profile.stage.mozaws.net profile.accounts.firefox.com developer.mozilla.org mdn.dev interactive-examples.mdn.mozilla.net interactive-examples.mdn.allizom.net wikipedia.org upload.wikimedia.org https://mdn.github.io/shared-assets/ https://mdn.dev/ https://*.google-analytics.com https://*.googletagmanager.com www.gstatic.com; manifest-src 'self'; media-src 'self' archive.org videos.cdn.mozilla.net https://mdn.github.io/shared-assets/; child-src 'self'; worker-src 'self';
x-frame-options: DENY
origin-trial: AxVILwizhbMjxFeHOn1P3R8niO1RJY/smaK4B4d1rLzc1gTaxtXMSaTi+FoigYgCw40uFRDwFcEAeqDR+vVLOW4AAABfeyJvcmlnaW4iOiJodHRwczovL2RldmVsb3Blci5tb3ppbGxhLm9yZyIsImZlYXR1cmUiOiJQcml2YXRlQXR0cmlidXRpb25WMiIsImV4cGlyeSI6MTc0MjA3OTYwMH0=
x-cloud-trace-context: 145b43f2764c74546b328b458b080119;o=1
date: Wed, 08 Oct 2025 21:47:54 GMT
server: Google Frontend
via: 1.1 google
vary: Accept-Encoding
content-encoding: gzip
x-cache: miss
Firefox 92 for developers - Mozilla | MDN
Toggle sidebar
Firefox 92 for developers
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.
Changes for web developers
>HTML
No changes
CSS
- The keywords
avoid-page
andavoid-column
are now supported for thebreak-inside
property (Firefox bug 1722945). - The two-value syntax for the
font-size-adjust
property is now supported (Firefox bug 1720131). - The
size-adjust
descriptor is now supported (Firefox bug 1720131). - The CSS
accent-color
property has been implemented (Firefox bug 1722031). - The
system-ui
value is now supported for thefont-family
property (Firefox bug 1226042).
JavaScript
Object.hasOwn()
can be used to test whether a property was defined on an object or inherited (Firefox bug 1721149).- The default 5MB storage quota is now available to each origin. The quota previously applied to an entire domain group (also known as eTLD+1 domain; e.g.,
*.wikipedia.org
). (Firefox bug 1064466). - Storage quotas for
Window.localStorage
are now shared with IndexedDB API andCache
(Firefox bug 742822).
HTTP
- Firefox will automatically upgrade an HTTP request to HTTPS when a usable HTTPS RR is available.
It will also use information provided in an HTTPS RR to optimize the process of establishing HTTPS connections—this is conceptually similar to using the
Alt-Svc
header. (Firefox bug 1721132).
APIs
- The
disabledFeatures
static property has been implemented for Custom Elements (Firefox bug 1723396).
DOM
- The Imperative Slotting API (part of the Shadow DOM API) Has been implemented. (Firefox bug 1705141)
- You can now monitor for changes to text selections in
<input>
or<textarea>
by listening forselectionchange
events inHTMLInputElement
andHTMLTextAreaElement
, respectively (Firefox bug 1648944).
Media, WebRTC, and Web Audio
- Access to audio output devices, like speakers and headphones, is now protected by the speaker-selection feature policy (Firefox bug 1577199).
WebDriver conformance (Marionette)
- Improved support for the
webSocketUrl
capability, which now returns the WebDriver BiDi websocket URL iftrue
was passed and if BiDi is supported. (Firefox bug 1692984).
Changes for add-on developers
- Support for
cookieStoreId
is added todownloads.download
,downloads.DownloadQuery
, anddownloads.DownloadItem
. The addition to the typesdownloads.DownloadQuery
anddownloads.DownloadItem
provides support indownloads.search
anddownloads.erase
. Web extensions can now associate downloads with specific cookie stores, such as container tabs (contextual identities). (Firefox bug 1669566)