mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
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) > [BlockedCookieWithReason](./puppeteer.protocol.network.blockedcookiewithreason.md)
|
||
|
|
||
|
## Protocol.Network.BlockedCookieWithReason interface
|
||
|
|
||
|
A cookie with was not sent with a request with the corresponding reason.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface BlockedCookieWithReason
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [blockedReasons](./puppeteer.protocol.network.blockedcookiewithreason.blockedreasons.md) | [CookieBlockedReason](./puppeteer.protocol.network.cookieblockedreason.md)<!-- -->\[\] | The reason(s) the cookie was blocked. |
|
||
|
| [cookie](./puppeteer.protocol.network.blockedcookiewithreason.cookie.md) | [Cookie](./puppeteer.protocol.network.cookie.md) | The cookie object representing the cookie which was not sent. |
|
||
|
|