49f25e2412
This corresponds to Chromium 87.0.4272.0 This roll includes: - Reland "idle-detection: Implement requestPermission() method" (crrev.com/c/2417779)
19 lines
681 B
Markdown
19 lines
681 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) > [SetAttachDebugHeaderRequest](./puppeteer.protocol.network.setattachdebugheaderrequest.md)
|
|
|
|
## Protocol.Network.SetAttachDebugHeaderRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetAttachDebugHeaderRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [enabled](./puppeteer.protocol.network.setattachdebugheaderrequest.enabled.md) | boolean | Whether to send a debug header. |
|
|
|