update

fun update(value: ERROR CLASS: Symbol not found for JsAny??): IDBRequest<IDBValidKey>(source)

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.

MDN Reference