API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: stringIdentifier used in cache diagnostics. Defaults to "indexeddb:<name>".
name: stringIndexedDB database name. Databases are per-origin, so pick one specific to the application.
Source