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