openCursor

fun openCursor(    query: IDBValidKey? = definedExternally,     direction: IDBCursorDirection = definedExternally): IDBRequest<IDBCursorWithValue?>(source)

The openCursor() method of the and, in a separate thread, returns a new IDBCursorWithValue object.

MDN Reference


fun openCursor(query: IDBKeyRange?, direction: IDBCursorDirection = definedExternally): IDBRequest<IDBCursorWithValue?>(source)