WebIDLpedia

IDBGetAllOptions dictionary

Definition

Indexed Database API 3.0 defines IDBGetAllOptions



dictionary IDBGetAllOptions {
  any query = null;
  [EnforceRange] unsigned long count;
  IDBCursorDirection direction = "next";
};

Referring IDL interfaces/dictionaries