mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
990 B
990 B
Home > puppeteer > Protocol > CacheStorage > RequestEntriesResponse
Protocol.CacheStorage.RequestEntriesResponse interface
Signature:
export interface RequestEntriesResponse
Properties
Property | Type | Description |
---|---|---|
cacheDataEntries | DataEntry[] | Array of object store data entries. |
returnCount | number | Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage. |