objectStoreNames property

DOMStringList get objectStoreNames

The objectStoreNames read-only property of the IDBTransaction interface returns a DOMStringList of names of IDBObjectStore objects.

Implementation

external DOMStringList get objectStoreNames;