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

desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
objectStoreNames

See also