Class IndexedDb

Implements

Constructors

Properties

Name: string

Name of the database to connect to.

Version: number

Version of the database to run. Migrations up to and including this version will be executed on connection.

database: null | IDBDatabase = null
indexedDbFactory: IDBFactory
migrations: Migration[]

Accessors

Methods

  • Parameters

    • storeNames: string[]
    • command: ((transaction) => void)
        • (transaction): void
        • Parameters

          • transaction: IDBTransaction

          Returns void

    Returns Promise<Result<null>>

Generated using TypeDoc