name property
The name property of the IDBObjectStore
interface indicates the name of this object store.
Implementation
external String get name;
Implementation
external set name(String value);
The name property of the IDBObjectStore
interface indicates the name of this object store.
external String get name;
external set name(String value);