898 B
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. |