19 lines
793 B
Markdown
19 lines
793 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<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. |
|
||
|
|