enum Protocol::ServiceWorker::ServiceWorkerVersionStatus

Defined in:

protocol/service_worker.cr

Enum Members

New = 0
Installing = 1
Installed = 2
Activating = 3
Activated = 4
Redundant = 5

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def activated? #

[View source]
def activating? #

[View source]
def installed? #

[View source]
def installing? #

[View source]
def new? #

[View source]
def redundant? #

[View source]