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

main.serviceworkers.RegistrationOptions.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package serviceworkers

import web.workers.WorkerType

sealed external interface RegistrationOptions {
    var scope: String?
    var type: WorkerType?
    var updateViaCache: ServiceWorkerUpdateViaCache?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy