19 lines
887 B
Markdown
19 lines
887 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)
|
||
|
|
||
|
## Protocol.ApplicationCache.GetApplicationCacheForFrameResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetApplicationCacheForFrameResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [applicationCache](./puppeteer.protocol.applicationcache.getapplicationcacheforframeresponse.applicationcache.md) | [ApplicationCache](./puppeteer.protocol.applicationcache.applicationcache.md) | Relevant application cache data for the document in given frame. |
|
||
|
|