PropsIDBCursor extension

on

Properties

direction IDBCursorDirection

Available on IDBCursor, provided by the PropsIDBCursor extension

no setter
key → dynamic

Available on IDBCursor, provided by the PropsIDBCursor extension

no setter
primaryKey → dynamic

Available on IDBCursor, provided by the PropsIDBCursor extension

no setter
request IDBRequest

Available on IDBCursor, provided by the PropsIDBCursor extension

no setter
source → dynamic

Available on IDBCursor, provided by the PropsIDBCursor extension

no setter

Methods

advance(int count) → void

Available on IDBCursor, provided by the PropsIDBCursor extension

continuePrimaryKey(dynamic key, dynamic primaryKey) → void

Available on IDBCursor, provided by the PropsIDBCursor extension

delete() IDBRequest

Available on IDBCursor, provided by the PropsIDBCursor extension

mContinue([dynamic key]) → void

Available on IDBCursor, provided by the PropsIDBCursor extension

update(dynamic value) IDBRequest

Available on IDBCursor, provided by the PropsIDBCursor extension