updateViaCache property
ServiceWorkerUpdateViaCache
get
updateViaCache
The updateViaCache
read-only property of the
ServiceWorkerRegistration interface returns the value of the setting
used to determine the circumstances in which the browser will consult the
HTTP cache when it tries to update the service worker or any scripts that
are imported via WorkerGlobalScope.importScripts.
Implementation
external ServiceWorkerUpdateViaCache get updateViaCache;