puppeteer/new-docs/puppeteer.protocol.indexeddb.requestdataresponse.hasmore.md
2020-07-13 14:01:35 +01:00

578 B

Home > puppeteer > Protocol > IndexedDB > RequestDataResponse > hasMore

Protocol.IndexedDB.RequestDataResponse.hasMore property

If true, there are more entries to fetch in the given range.

Signature:

hasMore: boolean;