Definition
Indexed Database API 3.0 defines IDBObjectStoreParameters
dictionary IDBObjectStoreParameters {
(DOMString or sequence<DOMString>)? keyPath = null;
boolean autoIncrement = false;
};
IDBObjectStoreParameters
dictionaryIndexed Database API 3.0 defines IDBObjectStoreParameters
dictionary IDBObjectStoreParameters {
(DOMString or sequence<DOMString>)? keyPath = null;
boolean autoIncrement = false;
};