idbCursor top-level property

dynamic idbCursor

This IndexedDB API interface represents a cursor for traversing or iterating over multiple records in a database.

MDN Reference

Implementation

_i2.dynamic get idbCursor => _i4.getProperty(
      _self,
      'IDBCursor',
    );