Definition
Indexed Database API 3.0 defines IDBGetAllOptions
dictionary IDBGetAllOptions {
any query = null;
[EnforceRange] unsigned long count;
IDBCursorDirection direction = "next";
};
IDBGetAllOptions
dictionaryIndexed Database API 3.0 defines IDBGetAllOptions
dictionary IDBGetAllOptions {
any query = null;
[EnforceRange] unsigned long count;
IDBCursorDirection direction = "next";
};