This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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