Revision 93c0dd86758db6c198143a8b10c827209785776c authored by Jessica Janiuk on 15 November 2023, 20:28:32 UTC, committed by Jessica Janiuk on 15 November 2023, 20:31:56 UTC
1 parent 179304b
Raw File
polyfills.ts
/*!
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.dev/license
 */

(globalThis as Record<string, unknown>)['__zone_symbol__UNPATCHED_EVENTS'] = [
  'mousemove',
  'mouseenter',
  'mouseleave',
  'resize',
  'message', // filter post message events from iframes
  'scroll',
];
back to top