Module Service_worker.State

State enum.

type t = Jstr.t

The type for state values.

val parsed : t
val installing : t
val installed : t
val activating : t
val activated : t
val redundant : t