objectStore
Summary
Returns a reference to the IDBObjectStore instance for the referenced object store in this IDBIndex’s transaction.
Property of apis/indexeddb/IDBIndexapis/indexeddb/IDBIndex
Syntax
var result = element.objectStore;
element.objectStore = value;
Syntax
Standards information
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]