Class CursorIterator<T, IK, PK>

Do not instantiate this class directly, instead use ObjectStore.iterator or Index.iterator to get an instance of this class.

Type Parameters

  • T

  • IK extends IDBValidKey

  • PK extends IDBValidKey

Constructors

Methods

  • Iterating over keys and primary keys. To update/delete, use iterateValues instead.

    Parameters

    Returns Promise<void>