From d1b14d8bfb1d02b3a7fb034edd973f070a909010 Mon Sep 17 00:00:00 2001 From: manfrommedan Date: Tue, 21 Apr 2026 23:29:47 +0300 Subject: [PATCH] Add Promise.withResolvers polyfill for older WebViews (Chrome < 119) --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index f17c73c0b5..5d66703f41 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,19 @@ + + <% if (packageType === "full") { %>