Web/API/IDBTransaction/objectStoreNames

From Get docs

This is an experimental technologyCheck 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

 DOMStringList of names of IDBObjectStore objects. 

Specification

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

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
objectStoreNames Chrome

Full support 48

Edge

Full support ≤79

Firefox

Full support Yes

IE

No support No

Opera

Full support 35

Safari

Full support Yes

WebView Android

Full support 48

Chrome Android

Full support 48

Firefox Android

Full support Yes

Opera Android

Full support 35

Safari iOS

Full support Yes

Samsung Internet Android

Full support 5.0

Legend

Full support  
Full support
No support  
No support


See also