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

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

// Automatically generated - do not modify!

package web.serviceworker

import js.core.Void
import kotlin.js.Promise

sealed external class NavigationPreloadManager {
    fun disable(): Promise
    fun enable(): Promise
    fun getState(): Promise
    fun setHeaderValue(value: String): Promise
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy