From 17159ae0ab097aaa092d6e253cba814cda8b7d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 27 Oct 2021 18:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=9D=A5ios=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=A6=81=E6=B1=82=E6=9B=B4=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser-compatibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-compatibility.js b/browser-compatibility.js index 6e0b0f80..1579cc91 100644 --- a/browser-compatibility.js +++ b/browser-compatibility.js @@ -41,7 +41,7 @@ ${browserVersion} Your browser does not support Optional chaining (?.) and Nullish coalescing operator (??) used in this program. -Please update your browser to Firefox ≥ 74 or Chrome ≥ 80 or Safari ≥ 13.1.`; +Please update your browser to Firefox ≥ 74 or Chrome ≥ 80 or Safari ≥ 13.4.`; } alert(alertStr);