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

Function globalZoneAwareCallback

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

Source from the content-addressed store, hash-verified

294
295 // global shared zoneAwareCallback to handle all event callback with capture = false
296 const globalZoneAwareCallback = function (this: unknown, event: Event) {
297 return globalCallback(this, event, false);
298 };
299
300 // global shared zoneAwareCallback to handle all event callback with capture = true
301 const globalZoneAwareCaptureCallback = function (this: unknown, event: Event) {

Callers

nothing calls this directly

Calls 1

globalCallbackFunction · 0.85

Tested by

no test coverage detected