pl.wendigo.chrome.api.security / HandleCertificateErrorRequest

HandleCertificateErrorRequest

data class HandleCertificateErrorRequest (source)

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

Handles a certificate error that fired a certificateError event.

Link
Security#handleCertificateError method documentation.

See Also

SecurityOperations.handleCertificateError

Constructors

<init>

HandleCertificateErrorRequest(eventId: Int, action: CertificateErrorAction)

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

Properties

action

val action: CertificateErrorAction

The action to take on the certificate error.

eventId

val eventId: Int

The ID of the event.