Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eggjs/examples
/ isXHR
Function
isXHR
unittest/app/extend/context.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
module.exports = {
4
get isXHR() {
5
return
this.get(
'X-Requested-With'
) ===
'XMLHttpRequest'
;
6
},
7
};
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected