import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SecurityStateChangedEvent } = default.Security;
The security state of the page changed. No longer being sent.
Properties
securityState: SecurityState
Security state.
True if the page was loaded over cryptographic transport such as HTTPS.
explanations: SecurityStateExplanation[]
Previously a list of explanations for the security state. Now always empty.
insecureContentStatus: InsecureContentStatus
Information about insecure content on the page.