mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
717 B
Markdown
14 lines
717 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [BlockedSetCookieWithReason](./puppeteer.protocol.network.blockedsetcookiewithreason.md) > [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;
|
||
|
```
|