objectStore method
Returns an object store that is part of the transaction.
![]() |
Syntax
var retVal = IDBTransaction.objectStore(name);Parameters
- name [in]
-
Type: DOMString
Name of the object store to return.
Exceptions
This method can throw the following DOMException exceptions:
Note As of Internet Explorer 10, the code property is deprecated in favor of the name property, which is preferred for standards compliance and future compatibility.
| Exception properties | Condition |
|---|---|
|
An object store could not be found with the specified name (case-sensitive). | |
|
The data source has been deleted or is otherwise not available. |
Standards information
See also
Show:
