puppeteer/new-docs/puppeteer.protocol.network.blockedcookiewithreason.md
2020-07-13 14:01:35 +01:00

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.