cohtml::InspectorNetworkTabSettings

Settings for inspector network tab.

Types

Name
enumMode { Disabled, Enabled, AlwaysEnabled}
Mode for inspector network tab.

Types Documentation

enum Mode

EnumeratorValueDescription
DisabledNetwork tab is completely disabled and no data will be collected or reported to the network tab.
EnabledRequests data is collected and reported only when the Network tab is enabled / used.
AlwaysEnabledRequests 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.