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

898 B

Home > puppeteer > Protocol > IndexedDB > RequestDataResponse

Protocol.IndexedDB.RequestDataResponse interface

Signature:

export interface RequestDataResponse 

Properties

Property Type Description
hasMore boolean If true, there are more entries to fetch in the given range.
objectStoreDataEntries DataEntry[] Array of object store data entries.