mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
785 B
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;