Documentation

sync

'says' to send requests synchronously

ajax sync();

Returns

ajaxthis instance of ajax object

See also

Example

webix.ajax().sync().get("data.php");

Back to top