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

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;