Back to Expressjs

Req Xhr

_includes/api/en/3x/req-xhr.md

latest184 B
Original Source
<h3 id='req.xhr'>req.xhr</h3>

Check if the request was issued with the "X-Requested-With" header field set to "XMLHttpRequest" (jQuery etc).

js
console.dir(req.xhr)
// => true