jquery-ajax-retry
v0.1.1
Published
Smart retry functionality for jQuery.ajax
Maintainers
Readme
jQuery Ajax Retry
This project is a plugin for jQuery that augments $.ajax by adding smart retry functionality.
Retry Strategies
Presently, it's retry strategy employs exponential backoff, or more specifically truncated binary exponential backoff, which can help to alleviate server congestion.
