AngleSharp by AngleSharp

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

.NET API 1,224,704 bytes

 ScriptingState

public enum ScriptingState
Enumeration to describe the current scripting state.
Enabled = 2

Scripting of the page is supported in general and is active for the current document.

Scripting is enabled during the initial page load, but is not supported afterwards, e.g., printed pages.

None = 0

Scripts will not run for this document; either it doesn't support a scripting language, or the support isn't active for the current document.