puppeteer/new-docs/puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.applicationcache.md
2020-07-13 14:01:35 +01:00

14 lines
726 B
Markdown

<!-- 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; [ApplicationCache](./puppeteer.protocol.applicationcache.md) &gt; [GetApplicationCacheForFrameResponse](./puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.md) &gt; [applicationCache](./puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.applicationcache.md)
## Protocol.ApplicationCache.GetApplicationCacheForFrameResponse.applicationCache property
Relevant application cache data for the document in given frame.
<b>Signature:</b>
```typescript
applicationCache: ApplicationCache;
```