[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 Signature: ```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. |