AffectedCookie

@Serializable
data class AffectedCookie(val name: String, val path: String, val domain: String)

Information about a cookie that is affected by an inspector issue.

Official doc

Constructors

Link copied to clipboard
constructor(name: String, path: String, domain: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

The following three properties uniquely identify a cookie

Link copied to clipboard

(undocumented in the protocol definition)