API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceIndexedDbStoreOptions

@codexo/exojs / assets / stable

Construction options for IndexedDbStore.

2
props
0
methods
0
events
Import
import { IndexedDbStoreOptions } from '@codexo/exojs'

Construction options for IndexedDbStore.

Properties2
id?: string
Identifier used in cache diagnostics. Defaults to "indexeddb:<name>".
name: string
IndexedDB database name. Databases are per-origin, so pick one specific to the application.
Source