Click or drag to resize

V8Settings Class

Defines properties that comprise ClearScript's V8 configuration.
Inheritance Hierarchy
SystemObject
  Microsoft.ClearScript.V8V8Settings

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.3.1
Syntax
public static class V8Settings

The V8Settings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEnableTopLevelAwait Obsolete.
Enables or disables Top-Level Await.
Public propertyStatic memberGlobalFlags
Gets or sets global V8 options.
Top
See Also