getXHR

creates an xmlHttpRequest-object

object getXHR();
objectan xmlHttpRequest-object

Example

var newXHR = webix.ajax().getXHR();

See also
Back to top