Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Security.SecurityStateChangedEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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.