pl.wendigo.chrome.domain.security / HandleCertificateErrorRequest

HandleCertificateErrorRequest

data class HandleCertificateErrorRequest (source)

Represents request frame that can be used with Security.handleCertificateError method call.

Handles a certificate error that fired a certificateError event.

Constructors

<init>

HandleCertificateErrorRequest(eventId: Int, action: CertificateErrorAction)

Represents request frame that can be used with Security.handleCertificateError method call.

Properties

action

val action: CertificateErrorAction

The action to take on the certificate error.

eventId

val eventId: Int

The ID of the event.