puppeteer/new-docs/puppeteer.protocol.audits.mixedcontentissuedetails.resourcetype.md
2020-07-13 14:01:35 +01:00

785 B

Home > puppeteer > Protocol > Audits > MixedContentIssueDetails > resourceType

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:

resourceType?: MixedContentResourceType;