Articles tagged: IDBCursor
Found 9 documents
- Web/API/IDBCursor The IDBCursor interface of the IndexedDB API represents a cursor for traversing or iterating ...
- Web/API/IDBCursor/advance The advance() method of the IDBCursor interface sets the num ber times a cursor should move its ...
- Web/API/IDBCursor/continue This method may raise a DOMException of one of the following types:
- Web/API/IDBCursor/delete An IDBRequest object on which subsequent events related to this operation are fired. The result ...
- Web/API/IDBCursor/direction A string (defined by the IDBCursorDirection enum) indicating the direction in which the cursor ...
- Web/API/IDBCursor/key The value can be of any type.
- Web/API/IDBCursor/primaryKey A value, of any data type.
- Web/API/IDBCursor/source The IDBObjectStore or IDBIndex that the cursor is iterating over.
- Web/API/IDBCursor/update The update() method of the IDBCursor interface returns an IDBRequest object, and, in a separate ...