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.
1 2 | 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.
1 2 | req.xhr // => true |
Designed by : w10schools
service@w10schools.com
Please login to continue.