puppeteer/new-docs/puppeteer.protocol.cachestorage.requestentriesresponse.returncount.md

14 lines
678 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CacheStorage](./puppeteer.protocol.cachestorage.md) &gt; [RequestEntriesResponse](./puppeteer.protocol.cachestorage.requestentriesresponse.md) &gt; [returnCount](./puppeteer.protocol.cachestorage.requestentriesresponse.returncount.md)
## 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.
<b>Signature:</b>
```typescript
returnCount: number;
```