MCPcopy Index your code
hub / github.com/angular/angular / findPendingTask

Function findPendingTask

packages/zone.js/lib/browser/browser.ts:115–117  ·  view source on GitHub ↗
(target: any)

Source from the content-addressed store, hash-verified

113 const XMLHttpRequestPrototype: any = XMLHttpRequest.prototype;
114
115 function findPendingTask(target: any) {
116 return target[XHR_TASK];
117 }
118
119 let oriAddListener = XMLHttpRequestPrototype[ZONE_SYMBOL_ADD_EVENT_LISTENER];
120 let oriRemoveListener = XMLHttpRequestPrototype[ZONE_SYMBOL_REMOVE_EVENT_LISTENER];

Callers 1

patchXHRFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…