0 votes
in AJAX by
Write all the ready state of a request in AJAX?

1 Answer

0 votes
by

Below are the ready state of a request in AJAX

  • 0 means UNOPENED.
  • 1 means OPENED.
  • 2 mean HEADERS_RECEIVED.
  • 3 mean LOADING.
  • 4 means DONE.
...