
jsMain.web.serviceworker.Clients.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.serviceworker
import js.core.ReadonlyArray
import js.core.Void
import web.url.URL
import kotlin.js.Promise
sealed external class Clients {
fun claim(): Promise
operator fun get(id: String): Promise
fun matchAll(options: T = definedExternally): Promise >
fun openWindow(url: String): Promise
fun openWindow(url: URL): Promise
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy