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

19 lines
793 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [IndexedDB](./puppeteer.protocol.indexeddb.md) &gt; [RequestDatabaseResponse](./puppeteer.protocol.indexeddb.requestdatabaseresponse.md)
## Protocol.IndexedDB.RequestDatabaseResponse interface
<b>Signature:</b>
```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. |