States of the XMLHttpRequest

Specify various states of the XMLHttpRequest along with their description.

E

Expert

Verified

a) Uninitialized – It is a state when the object has not been initialized.

b) Open - It is a state when the object has been created; though, the send function has not been called.

c) Sent - It is a state when the send function is called; but, the status and headers are not available.

d) Receiving - It is a state when the process is receiving the data.

e) Loaded - It is a state when the procedure is completed and the entire data is available.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.