[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [RequestDatabaseNamesResponse](./puppeteer.protocol.indexeddb.requestdatabasenamesresponse.md) ## Protocol.IndexedDB.RequestDatabaseNamesResponse interface Signature: ```typescript export interface RequestDatabaseNamesResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [databaseNames](./puppeteer.protocol.indexeddb.requestdatabasenamesresponse.databasenames.md) | string\[\] | Database names for origin. |