import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { MixedContentIssueDetails } = Protocol.Audits;
Properties
optional
resourceType: MixedContentResourceTypeThe 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
resolutionStatus: MixedContentResolutionStatus
The way the mixed content issue is being resolved.
optional
request: AffectedRequestThe mixed content request. Does not always exist (e.g. for unsafe form submission urls).
optional
frame: AffectedFrameOptional because not every mixed content issue is necessarily linked to a frame.