19 lines
735 B
Markdown
19 lines
735 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetDocumentCookieDisabledRequest](./puppeteer.protocol.emulation.setdocumentcookiedisabledrequest.md)
|
|
|
|
## Protocol.Emulation.SetDocumentCookieDisabledRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetDocumentCookieDisabledRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [disabled](./puppeteer.protocol.emulation.setdocumentcookiedisabledrequest.disabled.md) | boolean | Whether document.coookie API should be disabled. |
|
|
|