puppeteer/new-docs/puppeteer.protocol.applicationcache.getmanifestforframerequest.md
2020-07-13 14:01:35 +01:00

19 lines
807 B
Markdown

<!-- 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)
## Protocol.ApplicationCache.GetManifestForFrameRequest interface
<b>Signature:</b>
```typescript
export interface GetManifestForFrameRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [frameId](./puppeteer.protocol.applicationcache.getmanifestforframerequest.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | Identifier of the frame containing document whose manifest is retrieved. |