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

@:value(cast "activated") @:enum @:impl inline read only ACTIVATED:ServiceWorkerState = "activated"

@:value(cast "activating") @:enum @:impl inline read only ACTIVATING:ServiceWorkerState = "activating"

@:value(cast "installed") @:enum @:impl inline read only INSTALLED:ServiceWorkerState = "installed"

@:value(cast "installing") @:enum @:impl inline read only INSTALLING:ServiceWorkerState = "installing"

@:value(cast "redundant") @:enum @:impl inline read only REDUNDANT:ServiceWorkerState = "redundant"

Static variables

@:value(cast "activated") @:enum @:impl static inline read only ACTIVATED:ServiceWorkerState = "activated"

@:value(cast "activating") @:enum @:impl static inline read only ACTIVATING:ServiceWorkerState = "activating"

@:value(cast "installed") @:enum @:impl static inline read only INSTALLED:ServiceWorkerState = "installed"

@:value(cast "installing") @:enum @:impl static inline read only INSTALLING:ServiceWorkerState = "installing"

@:value(cast "redundant") @:enum @:impl static inline read only REDUNDANT:ServiceWorkerState = "redundant"

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