diff --git a/files/en-us/mozilla/firefox/experimental_features/index.md b/files/en-us/mozilla/firefox/experimental_features/index.md index 3a891a1d6f749e6..507433a88bb9fa6 100644 --- a/files/en-us/mozilla/firefox/experimental_features/index.md +++ b/files/en-us/mozilla/firefox/experimental_features/index.md @@ -1602,49 +1602,6 @@ See [Firefox bug 1703961](https://bugzil.la/1703961) for more details. -### Service Workers - -#### Preloading of service worker resources on navigation - -The {{domxref("NavigationPreloadManager")}} interface can be used to enable preloading of resources when navigating to a page. -Preloading occurs in parallel with worker bootup, reducing the total time from start of navigation until resources are fetched. - -
Release channel | -Version added | -Enabled by default? | -
---|---|---|
Nightly | -99 | -yes | -
Developer Edition | -97 | -No | -
Beta | -97 | -No | -
Release | -97 | -No | -
Preference name | -dom.serviceWorkers.navigationPreload.enabled |
-