plinth/browser/storage
Types
pub type Estimate {
Estimate(quota: Int, usage: Int)
}
Constructors
-
Estimate(quota: Int, usage: Int)
pub type StorageManager
Functions
pub fn get_directory(
storage: StorageManager,
) -> Promise(Result(Handle(D), String))