cohtml::InspectorNetworkTabSettings
On this page
Settings for inspector network tab.
Types
| Name | |
|---|---|
| enum | Mode { Disabled, Enabled, AlwaysEnabled} Mode for inspector network tab. |
Types Documentation
enum Mode
| Enumerator | Value | Description |
|---|---|---|
| Disabled | Network tab is completely disabled and no data will be collected or reported to the network tab. | |
| Enabled | Requests data is collected and reported only when the Network tab is enabled / used. | |
| AlwaysEnabled | Requests data is being collected always. Even if network tab or inspector is not connected. and reported when the Network tab is enabled / used. |
Mode for inspector network tab.