continue

fun continue(key: IDBValidKey = definedExternally)(source)

The continue() method of the IDBCursor interface advances the cursor to the next position along its direction, to the item whose key matches the optional key parameter.

MDN Reference