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