[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [RequestDataResponse](./puppeteer.protocol.indexeddb.requestdataresponse.md) > [hasMore](./puppeteer.protocol.indexeddb.requestdataresponse.hasmore.md) ## Protocol.IndexedDB.RequestDataResponse.hasMore property If true, there are more entries to fetch in the given range. Signature: ```typescript hasMore: boolean; ```