Options
All
  • Public
  • Public/Protected
  • All
Menu

IdbStorage is an interface for simple storage of string key-value pairs built on IdbKeyVal

It replaces LocalStorage

see

implements AuthClientStorage

Hierarchy

  • IdbStorage

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

#options: DBCreateOptions
initializedDb: undefined | IdbKeyVal

Accessors

Methods

  • get<T>(key: string): Promise<null | T>
  • remove(key: string): Promise<void>
  • set<T>(key: string, value: T): Promise<void>

Generated using TypeDoc