Dart SDK
dart:html
ReadyState
class
ReadyState
Constants
Constructors
Constants
LOADING
INTERACTIVE
COMPLETE
Constructors
ReadyState
Contains the set of standard values returned by HTMLDocument.getReadyState.
Constants
String
LOADING
=
"loading"
const
Indicates the document is still loading and parsing.
String
INTERACTIVE
=
"interactive"
const
Indicates the document is finished parsing but is still loading subresources.
String
COMPLETE
=
"complete"
const
Indicates the document and all subresources have been loaded.
Constructors
ReadyState
()