Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Security.SecurityStateChangedEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SecurityStateChangedEvent } = Protocol.Security;

The security state of the page changed.

Properties

securityState: SecurityState

Security state.

schemeIsCryptographic: boolean

True if the page was loaded over cryptographic transport such as HTTPS.

explanations: SecurityStateExplanation[]

List of explanations for the security state. If the overall security state is insecure or warning, at least one corresponding explanation should be included.

insecureContentStatus: InsecureContentStatus

Information about insecure content on the page.

optional
summary: string

Overrides user-visible description of the state.