mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
861 B
861 B
Home > puppeteer > Protocol > Security > VisibleSecurityStateChangedEvent
Protocol.Security.VisibleSecurityStateChangedEvent interface
The security state of the page changed.
Signature:
export interface VisibleSecurityStateChangedEvent
Properties
Property | Type | Description |
---|---|---|
visibleSecurityState | VisibleSecurityState | Security state information about the page. |