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

jsMain.web.storage.StorageManager.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.storage

import web.filesystem.FileSystemDirectoryHandle
import kotlin.js.Promise

sealed external class StorageManager {
    fun estimate(): Promise
    fun getDirectory(): Promise
    fun persist(): Promise
    fun persisted(): Promise
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy