<!-- 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[];
```