XMLHttpRequest Question:

What is readyState?

XHR2 Interview Question
XHR2 Interview Question

Answer:

The 'readyState' property is an object status integer. It uses the integers 0 to 4 for uninitialized, loading, loaded, interactive and complete states.


Previous QuestionNext Question
What is onreadystatechange?What is getAllResponseHeaders()?