Firefox 155 release notes for developers (Beta)
This article provides information about the changes in Firefox 155 that affect developers. Firefox 155 is the current Beta version of Firefox and ships on September 1, 2026.
Note: The release notes for this Firefox version are still a work in progress.
Changes for web developers
APIs
DOM
- The
SVGAElementinterface now implements theHyperlinkElementUtilsmixin. As a result, SVG<a>elements expose the same URL component properties as HTML<a>elements:protocol,username,password,host,hostname,port,pathname,search, andhash. The read-onlyoriginproperty is also exposed. (Firefox bug 2058578). - The
SVGNumberList,SVGPointList,SVGStringList, andSVGTransformListinterfaces now support indexed setters. This means you can replace an item in the list using bracket notation, such astransformList[0] = newTransform, instead of callingreplaceItem(). TheSVGLengthListinterface already supports indexed setters. (Firefox bug 2059426).
Media, WebRTC, and Web Audio
- The
errorevent fired on anRTCDataChannelobject may now reportsctp-failurein itserror.errorDetailproperty if the transport is closed due to an error. In addition,RTCErrorandRTCErrorEventare now available in dedicated workers (this exposure is not yet in the specification). (Firefox bug 1814460).
Changes for add-on developers
Experimental web features
These features are shipping in Firefox 155 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.