@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,
IDBCursorWithValue - Indexed Database API 2.0,
IDBCursorWithValue - Indexed Database API 2.0