mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
990 B
Markdown
20 lines
990 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestEntriesResponse](./puppeteer.protocol.cachestorage.requestentriesresponse.md)
|
||
|
|
||
|
## Protocol.CacheStorage.RequestEntriesResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface RequestEntriesResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [cacheDataEntries](./puppeteer.protocol.cachestorage.requestentriesresponse.cachedataentries.md) | [DataEntry](./puppeteer.protocol.cachestorage.dataentry.md)<!-- -->\[\] | Array of object store data entries. |
|
||
|
| [returnCount](./puppeteer.protocol.cachestorage.requestentriesresponse.returncount.md) | number | Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage. |
|
||
|
|