Robuta

https://developer.mozilla.org/en-US/docs/Web/API/IDBCursorWithValue IDBCursorWithValue - Web APIs | MDN The IDBCursorWithValue interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database. It is the same as... web apismdn https://developer.mozilla.org/en-US/docs/Web/API/IDBCursorWithValue/value IDBCursorWithValue: value property - Web APIs | MDN The value read-only property of the IDBCursorWithValue interface returns the value of the current cursor, whatever that is. value propertyweb apismdn