<!-- 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; [GetManifestForFrameRequest](./puppeteer.protocol.applicationcache.getmanifestforframerequest.md) &gt; [frameId](./puppeteer.protocol.applicationcache.getmanifestforframerequest.frameid.md)

## Protocol.ApplicationCache.GetManifestForFrameRequest.frameId property

Identifier of the frame containing document whose manifest is retrieved.

<b>Signature:</b>

```typescript
frameId: Page.FrameId;
```