[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetFramesWithManifestsResponse](./puppeteer.protocol.applicationcache.getframeswithmanifestsresponse.md) > [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. Signature: ```typescript frameIds: FrameWithManifest[]; ```