- All Implemented Interfaces:
- IDBRequestSource
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="IDBCursorWithValue")
public class IDBCursorWithValue
extends IDBCursor
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 the IDBCursor, except that it includes the value property.
- See Also:
- IDBCursorWithValue - MDN,
(Indexed DB 3.0) # ref-for-idbcursorwithvalueâ‘¡