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

1.1 KiB

Home > puppeteer > Protocol > IndexedDB > DatabaseWithObjectStores

Protocol.IndexedDB.DatabaseWithObjectStores interface

Database with an array of object stores.

Signature:

export interface DatabaseWithObjectStores 

Properties

Property Type Description
name string Database name.
objectStores ObjectStore[] Object stores in this database.
version number Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')