retry in webix.ajax

Is it possible to retry ajax calls with webix.ajax?

For example I use this script for jquery ajax calls:

thanks

There is no such functionality currently

If I understood correctly, this functionality can be used to retry data saving when server returns a error status code ( temporary offline for example ), right ? Or do you have some other use-case in mind ?

Yes, this could be a caseā€¦ but it can be used also to retry data loading if the server takes a long time to respond.