[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [RequestDatabaseRequest](./puppeteer.protocol.indexeddb.requestdatabaserequest.md) ## Protocol.IndexedDB.RequestDatabaseRequest interface Signature: ```typescript export interface RequestDatabaseRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [databaseName](./puppeteer.protocol.indexeddb.requestdatabaserequest.databasename.md) | string | Database name. | | [securityOrigin](./puppeteer.protocol.indexeddb.requestdatabaserequest.securityorigin.md) | string | Security origin. |