Class IndexedDBStore

Implements

  • Store

Constructors

Properties

Accessors

Methods

Constructors

Properties

db: IDBDatabase

Accessors

  • get name(): string
  • The name of the store.

    Returns string

Methods

  • Empties the store completely.

    Returns Promise<void>

  • Empties the store completely.

    Returns void

  • Syncs the store

    Returns Promise<void>

  • Begins a new transaction.

    Returns IndexedDBTransaction