SetCookieResponse

@Serializable
data class SetCookieResponse(val success: Boolean)(source)

Response type for the NetworkDomain.setCookie command.

Constructors

Link copied to clipboard
constructor(success: Boolean)

Properties

Link copied to clipboard

Always set to true. If an error occurs, the response indicates protocol error.