puppeteer/new-docs/puppeteer.protocol.applicationcache.getmanifestforframeresponse.manifesturl.md

14 lines
645 B
Markdown
Raw Normal View History

<!-- 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; [GetManifestForFrameResponse](./puppeteer.protocol.applicationcache.getmanifestforframeresponse.md) &gt; [manifestURL](./puppeteer.protocol.applicationcache.getmanifestforframeresponse.manifesturl.md)
## Protocol.ApplicationCache.GetManifestForFrameResponse.manifestURL property
Manifest URL for document in the given frame.
<b>Signature:</b>
```typescript
manifestURL: string;
```