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
- IDBTransactionIDBTransaction
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]