Login
Remember
Register
Ask a Question
Write all the ready state of a request in AJAX?
0
votes
asked
May 15, 2022
in
AJAX
by
Robin
Write all the ready state of a request in AJAX?
ajax-request
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 15, 2022
by
Robin
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.
...