[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [RequestDatabaseResponse](./puppeteer.protocol.indexeddb.requestdatabaseresponse.md) ## Protocol.IndexedDB.RequestDatabaseResponse interface Signature: ```typescript export interface RequestDatabaseResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [databaseWithObjectStores](./puppeteer.protocol.indexeddb.requestdatabaseresponse.databasewithobjectstores.md) | [DatabaseWithObjectStores](./puppeteer.protocol.indexeddb.databasewithobjectstores.md) | Database with an array of object stores. |