IDBCursor$Typings extension
- on
Properties
- advance ↔ void Function(num)
-
getter/setter pair
- continue$ ↔ void Function([Object?])
-
getter/setter pair
- continuePrimaryKey ↔ void Function(Object, Object)
-
getter/setter pair
- delete ↔ IDBRequest Function()
-
getter/setter pair
- direction → IDBCursorDirection
-
Returns the direction ("next", "nextunique", "prev" or "prevunique") of the cursor.
no setter
- key → Object
-
Returns the key of the cursor. Throws a "InvalidStateError" DOMException if the cursor is advancing or is finished.
no setter
- primaryKey → Object
-
Returns the effective key of the cursor. Throws a "InvalidStateError" DOMException if the cursor is advancing or is finished.
no setter
- request → IDBRequest
-
MDN Reference
no setter
- source → Object
-
Returns the IDBObjectStore or IDBIndex the cursor was opened from.
no setter
-
update
↔ IDBRequest<
Object> Function([dynamic]) -
getter/setter pair