mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |