objectStoreNames property

DOMStringList get objectStoreNames

The objectStoreNames read-only property of the IDBDatabase interface is a DOMStringList containing a list of the names of the object stores currently in the connected database.

Implementation

external DOMStringList get objectStoreNames;