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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

The following three properties uniquely identify a cookie

Link copied to clipboard