Blocked Cookie With Reason
data class BlockedCookieWithReason(blockedReasons: List<CookieBlockedReason>, cookie: Cookie)
Content copied to clipboard
A cookie with was not sent with a request with the corresponding reason.
Constructors
BlockedCookieWithReason
Link copied to clipboard
fun BlockedCookieWithReason(blockedReasons: List<CookieBlockedReason>, cookie: Cookie)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard