Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Security.SecurityStateChangedEvent
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SecurityStateChangedEvent } = default.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.