From 07b3041718e204e3d4b332b25d0c34cb75e5119b Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:49:49 +0000 Subject: [PATCH] feat: Updated apps/ionic-demo/src/polyfills.ts --- apps/ionic-demo/src/polyfills.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ionic-demo/src/polyfills.ts b/apps/ionic-demo/src/polyfills.ts index 687c404..809ad60 100644 --- a/apps/ionic-demo/src/polyfills.ts +++ b/apps/ionic-demo/src/polyfills.ts @@ -41,9 +41,9 @@ * * The following flags will work for all browsers. * - * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame - * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick - * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames + * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch for requestAnimationFrame + * (window as any).__Zone_disable_on_property = true; // disable patch for onProperty events + * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch for specified eventNames * * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js * with the following flag, it will bypass `zone.js` patch for IE/Edge