From 20f54db943064ea381d6fa8fac20abed3dc26c40 Mon Sep 17 00:00:00 2001 From: weizman Date: Tue, 16 Jul 2024 21:20:09 +0300 Subject: [PATCH] fix: add name to scuttling exception list (#25849) --- development/build/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/development/build/index.js b/development/build/index.js index f9a778ed8966..9fcf43a19142 100755 --- a/development/build/index.js +++ b/development/build/index.js @@ -119,6 +119,7 @@ async function defineAndRunBuildTasks() { 'OffscreenCanvas', // Used by browser to generate notifications // globals chromedriver needs to function /cdc_[a-zA-Z0-9]+_[a-zA-Z]+/iu, + 'name', 'performance', 'parseFloat', 'innerWidth',