Hi,
webix.ajax().sync().get() is depcrated and whenever I use this, my UI is stuck until it loads. Do you have other methods after sync?
Hi,
webix.ajax().sync().get() is depcrated and whenever I use this, my UI is stuck until it loads. Do you have other methods after sync?
You can use any webix.ajax methods in sync mode
//for example
webix.ajax().sync().post(url, data)
Beware that modern browsers will post warning message for ALL sync methods ( as sync ajax calls are counted as bad practice )