Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexedDBDocStoreEventsRecord

Events record for IndexedDBDocStore.

Hierarchy

  • IndexedDBDocStoreEventsRecord

Index

Properties

Properties

Error: { err: Event }

Emitted when IndexedDB emits an error event, e.g., because it is out of space.

Type declaration

  • err: Event
Load: { doc: AbstractDoc | CRuntime; docID: string }

Emitted after doc loads IndexedDB's current state.

Type declaration

  • doc: AbstractDoc | CRuntime
  • docID: string
Save: { doc: AbstractDoc | CRuntime; docID: string }

Emitted after doc's current state is confirmed saved to IndexedDB.

Type declaration

  • doc: AbstractDoc | CRuntime
  • docID: string

Generated using TypeDoc