The goog.net.XmlHttp.ReadyState Enum

goog.net.XmlHttp.ReadyState

Status constants for XMLHTTP, matches: http://msdn.microsoft.com/library/default.asp?url=/library/ en-us/xmlsdk/html/0e6a34e4-f90c-489d-acff-cb44242fafc6.asp

@enum
{number}

.COMPLETE

Constant for when xmlhttprequest.readyState is completed

.INTERACTIVE

Constant for when xmlhttprequest.readyState is in an interactive state.

.LOADED

Constant for when xmlhttprequest.readyState is loaded.

.LOADING

Constant for when xmlhttprequest.readyState is loading.

.UNINITIALIZED

Constant for when xmlhttprequest.readyState is uninitialized