ReadyState class

Contains the set of standard values returned by HTMLDocument.getReadyState.

Contains the set of standard values returned by HTMLDocument.getReadyState.

Constructors

ReadyState ( )

Constants

LOADING = "loading"
Indicates the document is still loading and parsing.
INTERACTIVE = "interactive"
Indicates the document is finished parsing but is still loading subresources.
COMPLETE = "complete"
Indicates the document and all subresources have been loaded.