timeout

max time for ajax request in milliseconds

void timeout(number time);
timenumbertimeout in milliseconds

Example

webix.ajax().timeout(3000).get("data.php");

Details

If connection is slow and data loading takes more time, the AJAX-call will stop and trigger an error callback.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.