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 Workers The 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.
