XMLHttpRequest Question:
Download Questions PDF

What is Ready State?

Answer:

Ready State: - Returns the current state of the object.
0 = uninitialized
1 = loading
2 = loaded
3 = interactive
4 = complete

Download XHR2 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Open ("method", "URL", "async", "uname", "pswd")?How do I get the XMLHttpRequest object?