CookiePartitionKey

@Serializable
data class CookiePartitionKey(val topLevelSite: String, val hasCrossSiteAncestor: Boolean)

cookiePartitionKey object The representation of the components of the key that are created by the cookiePartitionKey class contained in net/cookies/cookie_partition_key.h.

Constructors

Link copied to clipboard
constructor(topLevelSite: String, hasCrossSiteAncestor: Boolean)

Properties

Link copied to clipboard

Indicates if the cookie has any ancestors that are cross-site to the topLevelSite.

Link copied to clipboard

The site of the top-level URL the browser was visiting at the start of the request to the endpoint that set the cookie.