1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Network > BlockedCookieWithReason
Protocol.Network.BlockedCookieWithReason interface
A cookie with was not sent with a request with the corresponding reason.
Signature:
export interface BlockedCookieWithReason
Properties
Property | Type | Description |
---|---|---|
blockedReasons | CookieBlockedReason[] | The reason(s) the cookie was blocked. |
cookie | Cookie | The cookie object representing the cookie which was not sent. |