objectStoreNames property

DOMStringList get objectStoreNames

Returns a list of the names of object stores in the transaction's scope. For an upgrade transaction this is all object stores in the database.

MDN Reference

Implementation

_i3.DOMStringList get objectStoreNames => _i4.getProperty(
      this,
      'objectStoreNames',
    );