W3cubDocs

/Haxe JavaScript

ServiceWorkerState(String)

package js.html

Available on js

The ServiceWorkerState is associated with its ServiceWorker's state.

Documentation ServiceWorkerState by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

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"

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/ServiceWorkerState.html