puppeteer/new-docs/puppeteer.protocol.applicationcache.getframeswithmanifestsresponse.md

19 lines
918 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; [ApplicationCache](./puppeteer.protocol.applicationcache.md) &gt; [GetFramesWithManifestsResponse](./puppeteer.protocol.applicationcache.getframeswithmanifestsresponse.md)
## Protocol.ApplicationCache.GetFramesWithManifestsResponse interface
<b>Signature:</b>
```typescript
export interface GetFramesWithManifestsResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [frameIds](./puppeteer.protocol.applicationcache.getframeswithmanifestsresponse.frameids.md) | [FrameWithManifest](./puppeteer.protocol.applicationcache.framewithmanifest.md)<!-- -->\[\] | Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache. |