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

14 lines
735 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; [GetFramesWithManifestsResponse](./puppeteer.protocol.applicationcache.getframeswithmanifestsresponse.md) &gt; [frameIds](./puppeteer.protocol.applicationcache.getframeswithmanifestsresponse.frameids.md)
## Protocol.ApplicationCache.GetFramesWithManifestsResponse.frameIds property
Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
<b>Signature:</b>
```typescript
frameIds: FrameWithManifest[];
```