Results 1 - 10 of 10

IDBCursor

The IDBCursor interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database.
API Database IDBCursor IndexedDB Interface Reference storage Storage

IDBCursor.advance()

The advance() method of the IDBCursor interface sets the number times a cursor should move its position forward.
advance API Database IDBCursor IndexedDB Method Reference storage Storage

IDBCursor.continue()

This method may raise a DOMException of one of the following types:
API continue Database IDBCursor IndexedDB Method Reference storage Storage

IDBCursor.delete()

An IDBRequest object on which subsequent events related to this operation are fired. The result attribute is set to undefined.
API Database delete IDBCursor IndexedDB Method Reference storage Storage

IDBCursor.direction

A string (defined by the IDBCursorDirection enum) indicating the direction in which the cursor is traversing the data. Possible values are:
API Database direction IDBCursor IndexedDB Property Reference Storage storage

IDBCursor.update()

The update() method of the IDBCursor interface returns an IDBRequest object, and, in a separate thread, updates the value at the current position of the cursor in the object store. If the cursor points to a record that has just been deleted, a new record is created.
API Database IDBCursor IndexedDB Method Reference Storage storage update Update

IDBCursor

The IDBCursor interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database.
API Database IDBCursor IndexedDB Interface Reference storage Storage