plinth/browser/indexeddb/object_store

Types

pub type DbRequest
pub type ObjectStore

Values

pub fn get_all(
  object_store: ObjectStore,
) -> promise.Promise(Result(array.Array(dynamic.Dynamic), String))
pub fn put(
  object_store: ObjectStore,
  item: dynamic.Dynamic,
  key: option.Option(String),
) -> promise.Promise(Result(String, String))
Search Document