Constructors

Accessors

Methods

  • Flush all pending operations to IndexedDB in a single readwrite transaction.

    The transaction covers both "terms" and all three index stores so that dictionary entries and index entries are always written atomically.

    If a flush is already in progress, we wait for it to complete and then run again (to pick up any operations queued during the first flush).

    Returns Promise<void>