The NavigationPreloadManager interface of the the Service Worker provides methods for managing the preloading of resources with service worker.
The NavigationPreloadManager interface of the the Service Worker provides methods for managing the preloading of resources with service worker.
(disable this & args)
Method.
Returns a Promise that resolves when navigation preloading is
Method. Returns a Promise that resolves when navigation preloading is
(enable this & args)
Method.
Returns a Promise that resolves when navigation preloading is
Method. Returns a Promise that resolves when navigation preloading is
(get-state this & args)
Method.
Returns a Promise that resolves to an object with properties whether preload is enabled and the contents of the Service-Worker-Navigation-Preload.
Method. Returns a Promise that resolves to an object with properties whether preload is enabled and the contents of the Service-Worker-Navigation-Preload.
(set-header-value this & args)
Method.
Sets the value of the Service-Worker-Navigation-Preload header returns an empty Promise.
Method. Sets the value of the Service-Worker-Navigation-Preload header returns an empty Promise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close