puppeteer/new-docs/puppeteer.protocol.indexeddb.requestdataresponse.md

20 lines
898 B
Markdown
Raw Normal View History

<!-- 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; [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. |