WebIDLpedia

IDBCursorWithValue interface

Definition

Indexed Database API 3.0 defines IDBCursorWithValue



[Exposed=(Window,Worker)]
interface IDBCursorWithValue : IDBCursor {
  readonly attribute any value;
};