AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.4" />

.NET API 1,229,312 bytes

 ScriptingState

public enum ScriptingState
Enumeration to describe the current scripting state.
namespace AngleSharp.Dom.Css { public enum ScriptingState { None, InitialOnly, Enabled } }