Definition
Indexed Database API 3.0 defines IDBCursorWithValue
[Exposed=(Window,Worker)]
interface IDBCursorWithValue : IDBCursor {
readonly attribute any value;
};
IDBCursorWithValue
interfaceIndexed Database API 3.0 defines IDBCursorWithValue
[Exposed=(Window,Worker)]
interface IDBCursorWithValue : IDBCursor {
readonly attribute any value;
};