Table of Contents

Enum DocumentReadyState

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

Defines the document readiness.

public enum DocumentReadyState : byte
Extension Methods

Fields

[DomName("complete")] Complete = 2

Loading is complete.

[DomName("interactive")] Interactive = 1

The document is interactive, i.e. interaction possible.

[DomName("loading")] Loading = 0

The document is still loading.