IDBTransaction.objectStoreNames

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

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

Syntax

var myDatabase = transactionObj.objectStoreNames;

Returns

A DOMStringList of names of IDBObjectStore objects.

Specification

Specification Status Comment
Indexed Database API 2.0
The definition of 'ObjectStoreNames' in that specification.
Recommendation
Indexed Database API Draft
The definition of 'ObjectStoreNames' in that specification.
Recommendation

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
objectStoreNamesChrome Full support 48Edge Full support ≤79Firefox Full support YesIE ? Opera Full support 35Safari Full support YesWebView Android Full support 48Chrome Android Full support 48Firefox Android Full support YesOpera Android Full support 35Safari iOS Full support YesSamsung Internet Android Full support 5.0

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown

See also