WebIDLpedia

IDBObjectStoreParameters dictionary

Definition

Indexed Database API 3.0 defines IDBObjectStoreParameters



dictionary IDBObjectStoreParameters {
  (DOMString or sequence<DOMString>)? keyPath = null;
  boolean autoIncrement = false;
};

Referring IDL interfaces/dictionaries