mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-26 02:54:58 +00:00
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
section
|
|
h3(id='req.xhr') req.xhr
|
|
|
|
p.
|
|
Check if the request was issued with the "X-Request-With"
|
|
header field set to "XMLHttpRequest" (jQuery etc).
|
|
|
|
+js.
|
|
req.xhr
|
|
// => true
|