autoIncrement property
bool
get
autoIncrement
The autoIncrement
read-only property of the
IDBObjectStore interface returns the value of the auto increment flag
for this object store.
Note that every object store has its own separate auto increment counter.
Implementation
external bool get autoIncrement;