Skip to content

Commit 02f2e52

Browse files
authored
FF147 Relnote: Module service workers (#42304)
1 parent 58ea518 commit 02f2e52

File tree

1 file changed

+3
-2
lines changed
  • files/en-us/mozilla/firefox/releases/147

1 file changed

+3
-2
lines changed

files/en-us/mozilla/firefox/releases/147/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-
6161

6262
- The {{domxref("Document.activeViewTransition")}} property is now supported, which returns a {{domxref("ViewTransition")}} instance representing the [view transition](/en-US/docs/Web/API/View_Transition_API) currently active on the document. This provides a consistent way to access an active view transition in any context without having to manually store a reference to it for later use. ([Firefox bug 2001836](https://bugzil.la/2001836)).
6363
- [WebGPU API](/en-US/docs/Web/API/WebGPU_API) support is now enabled for all macOS versions on devices with Apple Silicon processors (previously only macOS Tahoe support was enabled). ([Firefox bug 1993341](https://bugzil.la/1993341)).
64-
6564
- The [Navigation API](/en-US/docs/Web/API/Navigation_API) is now supported.
6665
This provides the ability to initiate, intercept, and manage browser navigation actions, and to examine an application's history entries. This is a successor to previous web platform features such as the {{domxref("History API", "", "", "nocode")}} and {{domxref("window.location")}}, which solves their shortcomings and is specifically aimed at the needs of {{glossary("SPA", "single-page applications (SPAs)")}}.
6766
([Firefox bug 1997962](https://bugzil.la/1997962)).
68-
6967
- Brotli compression is now supported for both [`CompressionStream`](/en-US/docs/Web/API/CompressionStream/CompressionStream#brotli) and [`DecompressionStream`](/en-US/docs/Web/API/DecompressionStream/DecompressionStream#brotli).
7068
([Firefox bug 1921583](https://bugzil.la/1921583)).
69+
- Service workers can now be ECMAScript [module scripts](/en-US/docs/Web/JavaScript/Guide/Modules).
70+
To load a service worker module, specify a [`type`](/en-US/docs/Web/API/ServiceWorkerContainer/register#type) of `'module'` when calling {{domxref("ServiceWorkerContainer.register()")}}.
71+
([Firefox bug 1360870](https://bugzil.la/1360870)).
7172

7273
<!-- #### DOM -->
7374

0 commit comments

Comments
 (0)