search

goog.net.XmlHttp.ReadyState

Provided By
Typenumber

Status constants for XMLHTTP, matches: https://msdn.microsoft.com/en-us/library/ms534361(v=vs.85).aspx

Values

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