MCPcopy Create free account
hub / github.com/angular/angular / globalZoneAwareCaptureCallback

Function globalZoneAwareCaptureCallback

packages/zone.js/lib/common/events.ts:301–303  ·  view source on GitHub ↗
(this: unknown, event: Event)

Source from the content-addressed store, hash-verified

299
300 // global shared zoneAwareCallback to handle all event callback with capture = true
301 const globalZoneAwareCaptureCallback = function (this: unknown, event: Event) {
302 return globalCallback(this, event, true);
303 };
304
305 function patchEventTargetMethods(obj: any, patchOptions?: PatchEventTargetOptions) {
306 if (!obj) {

Callers

nothing calls this directly

Calls 1

globalCallbackFunction · 0.85

Tested by

no test coverage detected