Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Firefox
  3. Release notes for developers
  4. Firefox 104

Firefox 104 release notes for developers

This article provides information about the changes in Firefox 104 that will affect developers. Firefox 104 was released on August 23, 2022.

Changes for web developers

HTML

No notable changes.

CSS

No notable changes.

JavaScript

APIs

DOM

  • HTMLElement.focus() now supports the parameteroption.focusVisible, which can be used force a browser to display visual indication after the element is focused.Note that browsers may automatically provide visual indication on focused elements if the implementation determines that it will improve accessibility.(SeeFirefox bug 1765083 for more details.)

Canvas

SVG

Removals

  • Theoptions argument to theIDBFactory.open() method has been removed.This option provided a non-standard, and Firefox-only way to make the indicated database persistent.The option was previously deprecated, and users that need this functionality should already have migrated toStorageManager.persist().(SeeFirefox bug 1354500 for more details.)

WebDriver conformance (WebDriver BiDi, Marionette)

WebDriver BiDi

  • Added support forsource to thelog.entryAdded event (Firefox bug 1770792).
  • Updated theurl sent forbrowsingContext.contextCreated events to beabout:blank for newly opened browsing contexts (Firefox bug 1775141).

Marionette

Changes for add-on developers

  • Theemailtracking andemailtracking_content flags have been added to the tracking classifications available inurlClassification for thewebRequest events (Firefox bug 1773695)

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp