Basic getter Pass in a type T for type safety if you know the type the value will have if it is found
string | number | Date | BufferSource | IDBValidKey[]
Promise<T | null>
Remove a key
{@link IDBValidKey}
void
Basic setter
string | number | Date | BufferSource | IDBValidKey[]
value to set
void
DBCreateOptions
Generated using TypeDoc
Simple Key Value store Defaults to
'auth-client-db'
with an object store of'ic-keyval'