XMLHttpRequest Question: Download XHR2 PDF

What is Ready State?

Tweet Share WhatsApp

Answer:

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

Download XHR2 PDF Read All 28 XHR2 Questions
Previous QuestionNext Question
Explain Open ("method", "URL", "async", "uname", "pswd")?How do I get the XMLHttpRequest object?