Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/mozilla/firefox/releases/110/index.md
6581 views
---
title: Firefox 110 for developers slug: Mozilla/Firefox/Releases/110
---

{{FirefoxSidebar}}

This article provides information about the changes in Firefox 110 that will affect developers. Firefox 110 was released on February 14, 2023.

Changes for web developers

HTML

No notable changes.

CSS

JavaScript

APIs

WebDriver conformance (WebDriver BiDi, Marionette)

WebDriver BiDi

Marionette

  • The cache for known nodes (element and shadow root references) has been moved from the parent to the web content process following recent WebDriver classic changes (Firefox bug 1692468).

  • Improved the JSON serialization and deserialization algorithms to be compliant with the WebDriver classic specification (Firefox bug 1794078).

Changes for add-on developers

  • Added the "webRequestFilterResponse"API permission. This permission provides access to {{WebExtAPIRef("webRequest.filterResponseData")}}. This permission can be provided as an optional permission. See {{WebExtAPIRef("webRequest.filterResponseData")}} for more information on using this permission (Firefox bug 1809235).

  • The defaultZoomFactor property of {{WebExtAPIRef("tabs.ZoomSettings")}} now returns the value of the default zoom factor setting (Firefox bug 1772166)

Older versions

{{Firefox_for_developers(109)}}