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

14 lines
785 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; [resourceType](./puppeteer.protocol.audits.mixedcontentissuedetails.resourcetype.md)
## Protocol.Audits.MixedContentIssueDetails.resourceType property
The type of resource causing the mixed content issue (css, js, iframe, form,...). Marked as optional because it is mapped to from blink::mojom::RequestContextType, which will be replaced by network::mojom::RequestDestination
<b>Signature:</b>
```typescript
resourceType?: MixedContentResourceType;
```