NotDefinedInProtocol

@Serializable(with = AutoResponseModeSerializer::class)
data class NotDefinedInProtocol(val value: String) : AutoResponseMode

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard