Dart SDK
dart:indexed_db
CursorWithValue
CursorWithValue
Dart SDK
dart:indexed_db
CursorWithValue
class
CursorWithValue
Properties
Dart SDK
dart:indexed_db
Properties
indexed_dbBlinkMap
Classes
Cursor
CursorWithValue
Database
IdbFactory
Index
KeyRange
ObjectStore
OpenDBRequest
Request
Transaction
VersionChangeEvent
Not documented.
Annotations
DocsEditable()
DomName('IDBCursorWithValue')
Unstable()
Extends
Object
Cursor
CursorWithValue
Properties
String
direction
read-only,
inherited
Object
key
read-only,
inherited
Object
primaryKey
read-only,
inherited
Object
source
read-only,
inherited
Object
value
read-only
Methods
advance
(
int
count
) →
void
inherited
continuePrimaryKey
(
Object
key
,
Object
primaryKey
) →
void
inherited
delete
(
) →
Future
inherited
next
(
[
Object
key
]) →
void
inherited
update
(
value
) →
Future
inherited
CursorWithValue
Properties
direction
key
primaryKey
source
value
Methods
advance
continuePrimaryKey
delete
next
update