[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [BlockedCookieWithReason](./puppeteer.protocol.network.blockedcookiewithreason.md) > [cookie](./puppeteer.protocol.network.blockedcookiewithreason.cookie.md) ## Protocol.Network.BlockedCookieWithReason.cookie property The cookie object representing the cookie which was not sent. Signature: ```typescript cookie: Cookie; ```