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 an object store that has already been added to the scope of this transaction.

Method of apis/indexeddb/IDBTransactionapis/indexeddb/IDBTransaction

Syntax

var object = object.objectStore(name);

Parameters

name

Data-type
any

Name of the object store to return.

Return Value

Returns an object of type DOM NodeDOM Node

Notes

Remarks

This method can throw the following DOMException exceptions: {

Syntax

Standards information

See also

Related pages

Attributions