package js.html
Available on jsThe
ServiceWorkerState
is associated with itsServiceWorker
's state.Documentation ServiceWorkerState by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
inline read only ACTIVATED:ServiceWorkerState = "activated"
inline read only ACTIVATING:ServiceWorkerState = "activating"
inline read only INSTALLED:ServiceWorkerState = "installed"
inline read only INSTALLING:ServiceWorkerState = "installing"
inline read only REDUNDANT:ServiceWorkerState = "redundant"
static inline read only ACTIVATED:ServiceWorkerState = "activated"
static inline read only ACTIVATING:ServiceWorkerState = "activating"
static inline read only INSTALLED:ServiceWorkerState = "installed"
static inline read only INSTALLING:ServiceWorkerState = "installing"
static inline read only REDUNDANT:ServiceWorkerState = "redundant"
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/ServiceWorkerState.html