objectStoreNames property
Returns the names of object stores associated with a database.
This property is read-only.
Syntax
| JavaScript |
|---|
ptr = object.objectStoreNames |
Property values
Type: DOMStringList
A DOMStringList object containing the names of object stores associated with the database.
See also
Show: