20 lines
898 B
Markdown
20 lines
898 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) > [RequestDataResponse](./puppeteer.protocol.indexeddb.requestdataresponse.md)
|
|
|
|
## Protocol.IndexedDB.RequestDataResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface RequestDataResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [hasMore](./puppeteer.protocol.indexeddb.requestdataresponse.hasmore.md) | boolean | If true, there are more entries to fetch in the given range. |
|
|
| [objectStoreDataEntries](./puppeteer.protocol.indexeddb.requestdataresponse.objectstoredataentries.md) | [DataEntry](./puppeteer.protocol.indexeddb.dataentry.md)<!-- -->\[\] | Array of object store data entries. |
|
|
|