Web/API/ServiceWorkerRegistration/navigationPreload
From Get docs
The navigationPreload read-only property of the ServiceWorkerRegistration interface returns the NavigationPreloadManager associated with the current service worker registration.
Syntax
var navigationPreloadManager = serviceWorkerRegistration.navigationPreload;
Value
An instance of NavigationPreloadManager.
Specifications
| Specification | Status | Comment |
| Service WorkersThe definition of 'navigationPreload' in that specification. | Working Draft | Initial definition. |
Browser Compatibility
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
ServiceWorkerRegistration.navigationPreload by Mozilla Contributors is licensed under CC-BY-SA 2.5.