puppeteer/new-docs/puppeteer.protocol.cachestorage.requestcachenamesresponse.caches.md

14 lines
584 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; [RequestCacheNamesResponse](./puppeteer.protocol.cachestorage.requestcachenamesresponse.md) &gt; [caches](./puppeteer.protocol.cachestorage.requestcachenamesresponse.caches.md)
## Protocol.CacheStorage.RequestCacheNamesResponse.caches property
Caches for the security origin.
<b>Signature:</b>
```typescript
caches: Cache[];
```