HandleCertificateErrorRequest

@Serializable
data class HandleCertificateErrorRequest(val eventId: Int, val action: CertificateErrorAction)

Deprecated

Deprecated in the Chrome DevTools protocol

Request object containing input parameters for the SecurityDomain.handleCertificateError command.

Constructors

Link copied to clipboard
constructor(eventId: Int, action: CertificateErrorAction)

Properties

Link copied to clipboard

The action to take on the certificate error.

Link copied to clipboard

The ID of the event.