All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.serviceworker.ServiceWorkerState.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.serviceworker

// language=JavaScript
@JsName("""(/*union*/{activated: 'activated', activating: 'activating', installed: 'installed', installing: 'installing', parsed: 'parsed', redundant: 'redundant'}/*union*/)""")
external enum class ServiceWorkerState {
    activated,
    activating,
    installed,
    installing,
    parsed,
    redundant,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy