events.go 420 B

12345678910
  1. package security
  2. // Code generated by cdproto-gen. DO NOT EDIT.
  3. // EventVisibleSecurityStateChanged the security state of the page changed.
  4. //
  5. // See: https://chromedevtools.github.io/devtools-protocol/tot/Security#event-visibleSecurityStateChanged
  6. type EventVisibleSecurityStateChanged struct {
  7. VisibleSecurityState *VisibleSecurityState `json:"visibleSecurityState"` // Security state information about the page.
  8. }