How can i handle "System error: net::ERR_TIMED_OUT"

Some clients have issues with network. Sometimes they receive System error: net::ERR_TIMED_OUT. So I want to write func that automatically retry to send failed requests, and need to handle this type of errors. How can I handle "System error: net::ERR_TIMED_OUT" in jquery ajax request?

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.