Firefox 138 for developers

This article provides information about the changes in Firefox 138 that affect developers. Firefox 138 is the current Beta version of Firefox and ships on April 29, 2025.

Changes for web developers

Developer Tools

HTML

Removals

CSS

Removals

JavaScript

Removals

SVG

Removals

HTTP

  • The HTTP Origin-Agent-Cluster response header can now be used by a site to hint that the associated document should be placed in an origin-keyed agent cluster. When in such a cluster, the operating system process and/or other OS resources used by the document are only shared with other documents from the same origin. This makes it less likely that a resource-intensive document will degrade the performance of documents from other origins. Developers can test whether the browser has put the document in an origin-keyed agent cluster using the window.originAgentCluster property. (Firefox bug 1665474)

Removals

Security

Removals

APIs

DOM

Media, WebRTC, and Web Audio

  • WebRTC applications can now set a preference for prioritizing framerate or resolution when both cannot be maintained at the configured levels due to network degradation. The value is set using the degradationPreference property in the parameter object passed to the setParameters() method of the RTCRtpSender interface. It can also be read from the object returned by the getParameters() method. (Firefox bug 1329847).

Removals

WebAssembly

Removals

WebDriver conformance (WebDriver BiDi, Marionette)

General

WebDriver BiDi

Marionette

Changes for add-on developers

Removals

Other

Experimental web features

These features are newly shipped in Firefox 138 but are disabled by default. To experiment with them, search for the appropriate preference on the about:config page and set it to true. You can find more such features on the Experimental features page.

Older versions