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

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

// Automatically generated - do not modify!

package web.storage

import js.core.JsLong

sealed external interface StorageEstimate {
    var quota: JsLong?
    var usage: JsLong?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy