Firefox 153 release notes for developers (Beta)

This article provides information about the changes in Firefox 153 that affect developers. Firefox 153 is the current Beta version of Firefox and ships on July 21, 2026.

Note: The release notes for this Firefox version are still a work in progress.

Changes for web developers

JavaScript

  • The Error.stackTraceLimit static data property is supported for setting or getting the maximum number of stack frames captured in an error stack trace. Setting the value smaller than the default can improve performance. (Firefox bug 2037856).

HTTP

  • A same-origin fetch request for a media element (for example, from a <video> element) will now pass through a service worker without stripping the Range header. Previously the Range header was only preserved in same-origin CORS requests, made by adding the crossorigin attribute (<video crossorigin>). Note that fetch requests for genuinely cross-origin media don't yet go through service workers. (Firefox bug 1465074).

APIs

Media, WebRTC, and Web Audio

Changes for add-on developers

Experimental web features

These features are shipping in Firefox 153 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.