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

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.