ReadyStateEvent.state

Overview | Methods | Fields | This Package | All Packages

ReadyStateEvent.state

Specifies the state of the object triggering the event.

Syntax

public final String state;

Remarks

The following table shows possible values:

Value Description
uninitialized The object is not initialized with data.
loading The object is currently loading its data.
interactive The object can be interacted with even though it is not fully loaded.
complete The control is completely loaded.
unloading The object is currently unloading its data.