webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
IDBCursorWithValue Interface Reference

import"interfaces.idl";

Inheritance diagram for IDBCursorWithValue:
IDBCursor IDBCursor

Public Attributes

readonly attribute any value
 
- Public Attributes inherited from IDBCursor
readonly attribute IDBCursorDirection direction
 
readonly attribute any key
 
readonly attribute any primaryKey
 

Additional Inherited Members

- Public Member Functions inherited from IDBCursor
readonly attribute (IDBObjectStore or IDBIndex) source
 
void advance ([EnforceRange] unsigned long count)
 
void continue (optional any key)
 
void continuePrimaryKey (any key, any primaryKey)
 
IDBRequest update (any value)
 
IDBRequest delete ()
 
readonly attribute (IDBObjectStore or IDBIndex) source
 
IDBRequest update (any value)
 
void advance ([EnforceRange] unsigned long count)
 
void continue (optional any key)
 
void continuePrimaryKey (any key, any primaryKey)
 
IDBRequest delete ()
 

Member Data Documentation

◆ value

readonly attribute any IDBCursorWithValue::value

The documentation for this interface was generated from the following files: