This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

objectStoreNames

Summary

Returns a list of names of the object stores currently in the connected database.

Property of apis/indexeddb/IDBDatabaseapis/indexeddb/IDBDatabase

Syntax

var result = element.objectStoreNames;
element.objectStoreNames = value;

Syntax

Attributions