19 lines
807 B
Markdown
19 lines
807 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [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. |
|
|
|