files/en-us/mozilla/firefox/releases/104/index.md
This article provides information about the changes in Firefox 104 that will affect developers. Firefox 104 was released on August 23, 2022.
No notable changes.
No notable changes.
The methods {{jsxref("Array.prototype.findLast()")}}, {{jsxref("Array.prototype.findLastIndex()")}}, {{jsxref("TypedArray.prototype.findLast()")}}, and {{jsxref("TypedArray.prototype.findLastIndex()")}} are now supported. These are used to find the value and index (respectively) of the last element in an {{jsxref("Array")}} or {{jsxref("TypedArray")}} that matches a supplied test function. (See Firefox bug 1775026 for more details.)
Serialization of native Error types additionally includes the stack property when used with window.postMessage() and {{DOMxRef("Window.structuredClone", "structuredClone()")}} (on error types that include stack).
The stack is not yet serialized when errors are sent using other APIs, such as Worker.postMessage()
(See Firefox bug 1774866 for more details.)
HTMLElement.focus() now supports the parameter option.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.
(See Firefox bug 1765083 for more details.)fontKerning property is now supported on CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D, enabling developers to specify how kerning is used when text is drawn to a canvas or an offscreen canvas (Firefox bug 1778908).SVGStyleElement.disabled property can now be used to disable or enable an SVG style element, or to check its disabled state.
This mirrors the behavior of HTMLStyleElement.disabled.
(See Firefox bug 1712623 for more details.)options argument to the IDBFactory.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 to {{domxref("StorageManager.persist()")}}.
(See Firefox bug 1354500 for more details.)source to the log.entryAdded event (Firefox bug 1770792).url sent for browsingContext.contextCreated events to be about:blank for newly opened browsing contexts (Firefox bug 1775141).touch actions (Firefox bug 1543337).emailtracking and emailtracking_content flags have been added to the tracking classifications available in urlClassification for the {{WebExtAPIRef("webRequest")}} events (Firefox bug 1773695)