objectStoreNames
Summary
Returns a list of names of the object stores currently in the connected database.
Property of apis/indexeddb/IDBDatabaseapis/indexeddb/IDBDatabase
Syntax
var result = element.objectStoreNames;
element.objectStoreNames = value;
Syntax
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]