readyState
statusText
onreadystatechange
window.status
What’s the difference between ‘state’ and ‘status’ in English ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not much. I would tend to say state refers to more detailed information, but that’s subjective.
For these:
XMLHttpRequest.readyState – one of 5 possible states for a request
XMLHttpRequest.statusText – The text equivalent of the HTTP response status (e.g. “200 OK”)
XMLHttpRequest.onreadystatechange – function to call when readyState changes
window.status – status bar text (typically bottom left of window)