data class AffectedCookie
Information about a cookie that is affected by an inspector issue.
<init> |
Information about a cookie that is affected by an inspector issue. AffectedCookie(name: String, path: String, domain: String) |
domain |
val domain: String |
name |
The following three properties uniquely identify a cookie val name: String |
path |
val path: String |