1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > IndexedDB > ObjectStore
Protocol.IndexedDB.ObjectStore interface
Object store.
Signature:
export interface ObjectStore
Properties
Property | Type | Description |
---|---|---|
autoIncrement | boolean | If true, object store has auto increment flag set. |
indexes | ObjectStoreIndex[] | Indexes in this object store. |
keyPath | KeyPath | Object store key path. |
name | string | Object store name. |