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

Constants

String COMPLETE = "complete"
const

Indicates the document and all subresources have been loaded.

String INTERACTIVE = "interactive"
const

Indicates the document is finished parsing but is still loading subresources.

String LOADING = "loading"
const

Indicates the document is still loading and parsing.

Constructors

ReadyState()