Documentation

getXHR

returns an xmlHttpRequest object

object getXHR();

Returns

objectan xmlHttpRequest object

See also

Example

var ajax = webix.ajax();
console.log(ajax.getXHR);

Back to top