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

23 lines
1020 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; [FrameWithManifest](./puppeteer.protocol.applicationcache.framewithmanifest.md)
## Protocol.ApplicationCache.FrameWithManifest interface
Frame identifier - manifest URL pair.
<b>Signature:</b>
```typescript
export interface FrameWithManifest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [frameId](./puppeteer.protocol.applicationcache.framewithmanifest.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | Frame identifier. |
| [manifestURL](./puppeteer.protocol.applicationcache.framewithmanifest.manifesturl.md) | string | Manifest URL. |
| [status](./puppeteer.protocol.applicationcache.framewithmanifest.status.md) | [integer](./puppeteer.protocol.integer.md) | Application cache status. |