puppeteer/new-docs/puppeteer.protocol.audits.mixedcontentissuedetails.mainresourceurl.md

14 lines
604 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; [Audits](./puppeteer.protocol.audits.md) &gt; [MixedContentIssueDetails](./puppeteer.protocol.audits.mixedcontentissuedetails.md) &gt; [mainResourceURL](./puppeteer.protocol.audits.mixedcontentissuedetails.mainresourceurl.md)
## Protocol.Audits.MixedContentIssueDetails.mainResourceURL property
The url responsible for the call to an unsafe url.
<b>Signature:</b>
```typescript
mainResourceURL: string;
```