sync of ajax, Methods Webix Docs
forces an AJAX request to run in a synchronous mode
object sync();
| object | XmlHttpRequest |
Example
var xhr = webix.ajax().sync().get("data.php");
view.parse(xhr.responseText);
See also
sync of ajax, Methods Webix Docs
forces an AJAX request to run in a synchronous mode
object sync();
| object | XmlHttpRequest |
var xhr = webix.ajax().sync().get("data.php");
view.parse(xhr.responseText);
See also