Returns the current state of the image object.
final public String getReadyState()
Returns the current state. Possible return string values include:
"uninitialized", indicating the object is not initialized with data.
"loading", indicating the object is currently loading its data.
"interactive", indicating the object can be interacted with even though it is not fully loaded.
"complete", indicating the image is completely loaded.