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

14 lines
717 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [BlockedSetCookieWithReason](./puppeteer.protocol.network.blockedsetcookiewithreason.md) &gt; [cookie](./puppeteer.protocol.network.blockedsetcookiewithreason.cookie.md)
## Protocol.Network.BlockedSetCookieWithReason.cookie property
The cookie object which represents the cookie which was not stored. It is optional because sometimes complete cookie information is not available, such as in the case of parsing errors.
<b>Signature:</b>
```typescript
cookie?: Cookie;
```