ViolationSettingName Enumeration |
Version 130.1.90
Violation type.
Namespace: CefSharp.DevTools.LogAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic enum ViolationSettingName
public enum class ViolationSettingName
Members| Member name | Value | Description |
|---|
| LongTask | 0 |
longTask
|
| LongLayout | 1 |
longLayout
|
| BlockedEvent | 2 |
blockedEvent
|
| BlockedParser | 3 |
blockedParser
|
| DiscouragedAPIUse | 4 |
discouragedAPIUse
|
| Handler | 5 |
handler
|
| RecurringHandler | 6 |
recurringHandler
|
See Also