Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains information used to construct an IndexedDB instance.

Hierarchy

  • IndexedDBConfiguration

Index

Properties

database?: string

The database to open. Will be created if it doesn't exist.

default

'@paychex'

store: string

The store name to use. Will be created if it doesn't exist.

version?: number

The version of the store to access. You can overwrite a previously created store by increasing the version number.

default

1