files/en-us/mozilla/firefox/releases/112/index.md
This article provides information about the changes in Firefox 112 that affect developers. Firefox 112 was released on April 11, 2023.
inert is now fully enabled. It allows the browser to ignore content or interactive elements that are within an HTMLElement with the inert attribute. See Firefox bug 1764263 for more details.overlay keyword value for the {{cssxref("overflow")}} property is now supported as a legacy alias of the keyword value auto (Firefox bug 1817189).linear() easing function is now supported.
This defines easing functions that interpolate linearly between a set of points and is useful for approximating complex animations (Firefox bug 1819447, Firefox bug 1764126).No notable changes.
Path2D.roundRect() and OffscreenCanvasRenderingContext2D.roundRect().
See Firefox bug 1756175 for more details.CanvasRenderingContext2D.mozTextStyle attribute is now disabled by default (Firefox bug 1818409).IDBMutableFile, IDBFileRequest, IDBFileHandle, and IDBDatabase.createMutableFile().
These interfaces are not present in any specification, have been behind a preference since version 102, and have been removed from the other main browser engines for some years.
(Firefox bug 1500343.)browsingContext.print command, which allows clients to request a rendered PDF document of the browsing context, represented as a Base64-encoded string. See Firefox bug 1806810 for more details.script.addPreloadScript and script.removePreloadScript commands, which let test clients inject a functionality that's guaranteed to be available for any content scripts that are subsequently loaded, and before any later scripts that WebDriver injects into the context. See Firefox bug 1806420 and Firefox bug 1806465 for more details.Element and ShadowRoot references as stored in the node cache can now be used in both Marionette and WebDriver BiDi by their exact same unique reference. See Firefox bug 1770733 for more details.isRedirect from the network events base parameters (Firefox bug 1819875).value field based on certain data type. (Firefox bug 1819029).WebDriver:ElementClear was emitting an extra change event for content editable elements (Firefox bug 1744925).usedDelegatedCredentials, usedEch, usedOcsp, and usedPrivateDns have been added to {{WebExtAPIRef("webRequest.SecurityInfo")}}. These properties provide information about the security of the connection used for a web request (Firefox bug 1804460)."type" is supported in the "background" manifest key. Setting this key to "module" loads background scripts specified with "scripts" as ES modules, avoiding the need to switch to background pages to use ES modules (Firefox bug 1811443).