Liking cljdoc? Tell your friends :D

web.service-workers.NavigationPreloadManager

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.
raw docstring

disablecljs

(disable this & args)

Method.

Returns a Promise that resolves when navigation preloading is

Method.

Returns a Promise that resolves when navigation preloading is
sourceraw docstring

enablecljs

(enable this & args)

Method.

Returns a Promise that resolves when navigation preloading is

Method.

Returns a Promise that resolves when navigation preloading is
sourceraw docstring

get-statecljs

(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.
sourceraw docstring

set-header-valuecljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close