import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SecurityStateExplanation } = Protocol.Security;
An explanation of an factor contributing to the security state.
Properties
securityState: SecurityState
Security state representing the severity of the factor being explained.
mixedContentType: MixedContentType
The type of mixed content described by the explanation.