14 lines
726 B
Markdown
14 lines
726 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetApplicationCacheForFrameResponse](./puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.md) > [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;
|
||
|
```
|