Samples
Forum
Support
Documentation
bind
del
get
getXHR
headers
post
put
response
stringify
sync
Start
API Reference
ajax
Methods
getXHR
returns an xmlHttpRequest object
object
getXHR
();
Returns
object
an xmlHttpRequest object
See also
articles
Ajax operations
Server-side Integration
Example
var
ajax
=
webix.
ajax
(
)
;
console.
log
(
ajax.
getXHR
)
;
Back to top