1.1 KiB
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') |