files/en-us/mozilla/firefox/releases/79/index.md
This article provides information about the changes in Firefox 79 that will affect developers. Firefox 79 was released on July 28, 2020.
See also Firefox 79: The safe return of shared memory, new tooling, and platform updates on Mozilla hacks.
<iframe> element's sandbox attribute now supports the allow-top-navigation-by-user-activation token (Firefox bug 1359867).target="_blank" on <a> and <area> elements implicitly provides the same behavior as also setting rel="noopener" (Firefox bug 1522083).F5) will not revalidate the cached CSS files. To load current versions of the style sheets, reload the page bypassing the cache (Cmd/Ctrl + F5).prefers-color-scheme media feature's no-preference value has been removed from the media queries spec, and from Firefox (Firefox bug 1643656).{{jsxref("SharedArrayBuffer")}} has been re-enabled in a post-Spectre-safe manner. It is available to cross-origin isolated sites (Firefox bug 1619649).
{{jsxref("Promise.any()")}} is now available (Firefox bug 1599769).
{{jsxref("WeakRef")}} objects have been implemented (Firefox bug 1639246).
Logical assignment operators are now supported (Firefox bug 1639591)
{{jsxref("Atomics")}} objects now also work with non-shared memory (Firefox bug 1630706).
The Intl.DateTimeFormat() constructor now supports the dateStyle and timeStyle options (Firefox bug 1557718).
The Intl.NumberFormat() constructor now supports more numbering systems (Firefox bug 1413504).
FileReader interface's loadstart event is now dispatched asynchronously, as per the spec (Firefox bug 1502403).SVGMatrix object (Firefox bug 1565997).remote-outbound-rtp. The {{domxref("RTCRemoteOutboundRtpStreamStats")}} dictionary which is used to provide these statistics now includes the {{domxref("RTCRemoteOutboundRtpStreamStats.remoteTimestamp", "remoteTimestamp")}} property, which states the timestamp on the remote peer at which the statistics were collected or generated (Firefox bug 1615191).DOMWindowClose — which were accidentally exposed to the web, are now internal-only as intended (Firefox bug 1557407).