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

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

// Automatically generated - do not modify!

package web.serviceworker

import web.dom.DocumentVisibilityState
import web.url.URL
import kotlin.js.Promise

sealed external class WindowClient :
    Client {
    val focused: Boolean
    val visibilityState: DocumentVisibilityState
    fun focus(): Promise
    fun navigate(url: String): Promise
    fun navigate(url: URL): Promise
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy