chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / BlockedCookieWithReason

BlockedCookieWithReason

data class BlockedCookieWithReason

A cookie with was not sent with a request with the corresponding reason.

Official doc

Constructors

<init>

A cookie with was not sent with a request with the corresponding reason.

BlockedCookieWithReason(blockedReasons: List<CookieBlockedReason>, cookie: Cookie)

Properties

blockedReasons

The reason(s) the cookie was blocked.

val blockedReasons: List<CookieBlockedReason>

cookie

The cookie object representing the cookie which was not sent.

val cookie: Cookie