Click or drag to resize

InspectorIssueCode Enumeration

Version 94.4.20
A unique identifier for the type of issue. Each type may use one of the optional fields in InspectorIssueDetails to convey more specific information about the kind of issue.

Namespace:  CefSharp.DevTools.Audits
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum InspectorIssueCode
Members
  Member nameValueDescription
SameSiteCookieIssue0 SameSiteCookieIssue
MixedContentIssue1 MixedContentIssue
BlockedByResponseIssue2 BlockedByResponseIssue
HeavyAdIssue3 HeavyAdIssue
ContentSecurityPolicyIssue4 ContentSecurityPolicyIssue
SharedArrayBufferIssue5 SharedArrayBufferIssue
TrustedWebActivityIssue6 TrustedWebActivityIssue
LowTextContrastIssue7 LowTextContrastIssue
CorsIssue8 CorsIssue
AttributionReportingIssue9 AttributionReportingIssue
QuirksModeIssue10 QuirksModeIssue
NavigatorUserAgentIssue11 NavigatorUserAgentIssue
WasmCrossOriginModuleSharingIssue12 WasmCrossOriginModuleSharingIssue
See Also