Class IndexedDBStore

Implements

  • Store

Constructors

Properties

Accessors

Methods

Constructors

Properties

cache: Map<number, Resource<number>> = ...
db: IDBDatabase

Accessors

  • get name(): string
  • What the file system using this store should be called. For example, tmpfs for an in memory store

    Returns string

Methods

  • Syncs the store

    Returns Promise<void>

  • Begins a new transaction.

    Returns IndexedDBTransaction