1.26.2.1
Gameface
cohtml::InspectorNetworkTabSettings Namespace Reference

Settings for inspector network tab. More...

Enumerations

enum  Mode { Disabled, Enabled, AlwaysEnabled }
 Mode for inspector network tab. More...
 

Detailed Description

Settings for inspector network tab.

Enumeration Type Documentation

◆ Mode

Mode for inspector network tab.

Enumerator
Disabled 

Network tab is completely disabled and no data will be collected or reported to the network tab.

Note
This is useful for restricting network tab inspection.
Enabled 

Requests data is collected and reported only when the Network tab is enabled / used.

Note
In this mode the network tab opened after loading some page won't contain any information about previous requests. Only subsequent requests will be reported to the network tab.
Warning
Be careful with exposing requests data to end users who have access to inspector.
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.

Warning
Not recommended to be used in production. It can affect performance.