Path: blob/main/files/en-us/mozilla/firefox/releases/100/index.md
6581 views
------{{FirefoxSidebar}}
This article provides information about the changes in Firefox 100 that will affect developers. Firefox 100 was released on May 3, 2022.
Changes for web developers
HTML
No notable changes.
CSS
CSS media features for
dynamic-rangeandvideo-dynamic-rangeare now supported. You can now test whether a user agent or an output device supports the combination of brightness, contrast ratio, and color depth by usingdynamic-rangeand in the video plane by usingvideo-dynamic-range(Firefox bug 1751217).
JavaScript
No notable changes.
HTTP
Removals
The non-standard {{httpheader("Large-Allocation")}} HTTP header has been removed (Firefox bug 1598759).
APIs
WritableStream,WritableStreamDefaultWriter,WritableStreamDefaultController, andReadableStream.pipeTo()are now supported (Firefox bug 1759597).
DOM
Code can now use the static method
AbortSignal.timeout(). This returns an {{domxref("AbortSignal")}} that can be used to automatically abort an operation withTimeoutErrorafter a specified time (Firefox bug 1753309).
WebAssembly
WebAssembly now supports exceptions that can be thrown and caught in either WebAssembly or JavaScript (or some other runtime), crossing between the environment boundaries if not handled. The JavaScript representations of WebAssembly exceptions are WebAssembly.Exception and WebAssembly.Tag (Firefox bug 1759217).
WebDriver conformance (Marionette)
Added support for user prompts (e.g.
alert) on Android (Firefox bug 1708105).
Changes for add-on developers
The
color_schemeandcontent_color_schemeproperties are added to theme manifest key and available in the {{WebExtAPIRef("theme")}} API. These properties enable a theme to override whether a light or dark color scheme is automatically applied to the chrome or content (Firefox bug 1708105).You can now create a muted tab using {{WebExtAPIRef("tabs.create()")}} with the new
mutedproperty in thecreatePropertiesobject (Firefox bug 1372100).Support added for {{WebExtAPIRef("runtime.onSuspend")}} and {{WebExtAPIRef("runtime.onSuspendCanceled")}} improving support for event page features (Firefox bug 1753850).
Older versions
{{Firefox_for_developers(99)}}