objectStoreNames property
DOMStringList
get
objectStoreNames
Returns a list of the names of object stores in the database.
Implementation
_i3.DOMStringList get objectStoreNames => _i4.getProperty(
this,
'objectStoreNames',
);