Click or drag to resize

CefSettingsBaseJavascriptFlags Property

Version 86.0.240
Custom flags that will be used when initializing the V8 JavaScript engine. The consequences of using custom flags may not be well tested. Also configurable using the "js-flags" command-line switch.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public string JavascriptFlags { get; set; }

Property Value

Type: String
See Also