Dart SDK
dart:html
ReadyState
constant INTERACTIVE
INTERACTIVE
class ReadyState
Constructors
ReadyState
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
COMPLETE
INTERACTIVE
LOADING
String
INTERACTIVE
=
"interactive"
Indicates the document is finished parsing but is still loading subresources.
property INTERACTIVE