MCPcopy
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
3module.exports = {
4 get isXHR() {
5 return this.get('X-Requested-With') === 'XMLHttpRequest';
6 },
7};

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected