Firefox 146 release notes for developers (Beta)

This article provides information about the changes in Firefox 146 that affect developers. Firefox 146 is the current Beta version of Firefox and ships on December 9, 2025.

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

Changes for web developers

CSS

JavaScript

APIs

Changes for add-on developers

Experimental web features

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

  • Navigation API (Nightly): dom.navigation.webidl.enabled

    Nightly builds now support the Navigation API, which provides the ability to initiate, intercept, and manage browser navigation actions. It can also examine an application's history entries. This is a successor to previous web platform features such as the History API and window.location, which solves their shortcomings and is specifically aimed at the needs of single-page applications (SPAs). (Firefox bug 1979288).