14 lines
645 B
Markdown
14 lines
645 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) > [GetManifestForFrameResponse](./puppeteer.protocol.applicationcache.getmanifestforframeresponse.md) > [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;
|
||
|
```
|