continue
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.
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.