IdbStorage is an interface for simple storage of string key-value pairs built on IdbKeyVal
It replaces LocalStorage
implements AuthClientStorage
an IdbStorage
const storage = new IdbStorage({ dbName: 'my-db', storeName: 'my-store', version: 2 });
DBCreateOptions
Generated using TypeDoc
IdbStorage is an interface for simple storage of string key-value pairs built on IdbKeyVal
It replaces LocalStorage
implements AuthClientStorage