class
CursorWithValue

(Not documented.)

Annotations
  • DocsEditable()
  • DomName('IDBCursorWithValue')
  • Unstable()
Extends

Properties

Object value
read-only
String direction
read-only , inherited
Object key
read-only , inherited
Object primaryKey
read-only , inherited
Object source
read-only , inherited

Methods

delete() → Future
inherited
update(value) → Future
inherited
advance(int count) → void
inherited
continuePrimaryKey(Object key, Object primaryKey) → void
inherited
next([Object key]) → void
inherited