AngleSharp by Florian Rappl

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

.NET API 1,168,384 bytes

 ScriptingState

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