|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"interfaces.idl";
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 () |
1.8.13