req.xhr
A Boolean property that is true
if the request’s X-Requested-With
header field is “XMLHttpRequest”, indicating that the request was issued by a client library such as jQuery.
req.xhr // => true
req.xhr
A Boolean property that is true
if the request’s X-Requested-With
header field is “XMLHttpRequest”, indicating that the request was issued by a client library such as jQuery.
req.xhr // => true
Please login to continue.