puppeteer/new-docs/puppeteer.protocol.indexeddb.objectstore.md
2020-07-13 14:01:35 +01:00

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.