14 lines
785 B
Markdown
14 lines
785 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [MixedContentIssueDetails](./puppeteer.protocol.audits.mixedcontentissuedetails.md) > [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;
|
||
|
```
|