Skip to main content
Go to Latest
interface default.Audits.MixedContentIssueDetails
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { MixedContentIssueDetails } = default.Audits;

Properties

optional
resourceType: MixedContentResourceType

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

The way the mixed content issue is being resolved.

insecureURL: string

The unsafe http url causing the mixed content issue.

mainResourceURL: string

The url responsible for the call to an unsafe url.

optional
request: AffectedRequest

The mixed content request. Does not always exist (e.g. for unsafe form submission urls).

optional
frame: AffectedFrame

Optional because not every mixed content issue is necessarily linked to a frame.