[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 Signature: ```typescript resourceType?: MixedContentResourceType; ```