[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetApplicationCacheForFrameRequest](./puppeteer.protocol.applicationcache.getapplicationcacheforframerequest.md) > [frameId](./puppeteer.protocol.applicationcache.getapplicationcacheforframerequest.frameid.md) ## Protocol.ApplicationCache.GetApplicationCacheForFrameRequest.frameId property Identifier of the frame containing document whose application cache is retrieved. Signature: ```typescript frameId: Page.FrameId; ```