web api instance property
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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- Using IndexedDB
- Starting transactions:
IDBDatabase - Using transactions:
IDBTransaction - Setting a range of keys:
IDBKeyRange - Retrieving and making changes to your data:
IDBObjectStore - Using cursors:
IDBCursor - Reference example: To-do Notifications (View the example live).