sync

forces an AJAX request to run in a synchronous mode

object sync();
objectXmlHttpRequest

Example

var xhr = webix.ajax().sync().get("data.php");
view.parse(xhr.responseText);

See also
Back to top