mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
678 B
678 B
Home > puppeteer > Protocol > CacheStorage > RequestEntriesResponse > returnCount
Protocol.CacheStorage.RequestEntriesResponse.returnCount property
Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage.
Signature:
returnCount: number;