Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Security.SecurityStateChangedEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Security.SecurityStateChangedEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { SecurityStateChangedEvent } = Protocol.Security;

The security state of the page changed. No longer being sent.

Properties

securityState: SecurityState

Security state.

schemeIsCryptographic: boolean

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.

optional
summary: string

Overrides user-visible description of the state. Always omitted.