mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |