req.xhr

中英双语

如果请求的 X-Requested-With 标头字段为 "XMLHttpRequest",则为 true 的布尔属性,表示该请求是由 jQuery 等客户端库发出的。

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