IDBTransaction: objectStoreNames property

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

Value

A DOMStringList of names of IDBObjectStore objects.

Specifications

Specification
Indexed Database API 3.0
# ref-for-dom-idbtransaction-objectstorenames①

Browser compatibility

BCD tables only load in the browser

See also