max time for ajax request in milliseconds
time | number | timeout in milliseconds |
webix.ajax().timeout(3000).get("data.php");
If connection is slow and data loading takes more time, the AJAX-call will stop and trigger an error callback.
Back to top