From c4f2c2015b82957456e72f9de135cd6f73cb4d24 Mon Sep 17 00:00:00 2001 From: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com> Date: Thu, 17 Sep 2020 13:20:22 +0000 Subject: [PATCH] Update BigInt compactibility of mobile browsers Android*: 81 -> 67 Chrome: 85 -> 67 Firefox: 79 -> 68 Opera Mobile*: 46 -> 48 Samsung Internet: 9.2 -> 9.0 Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility * Here, I presume "Opera Mobile" is for Android and "Android Browser" is "Android Webview". Correct me if I am wrong! :-) --- features-json/bigint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/features-json/bigint.json b/features-json/bigint.json index 591b9934d4..6606289aa0 100644 --- a/features-json/bigint.json +++ b/features-json/bigint.json @@ -354,7 +354,7 @@ "4.2-4.3":"n", "4.4":"n", "4.4.3-4.4.4":"n", - "81":"y" + "67":"y" }, "bb":{ "7":"n", @@ -367,13 +367,13 @@ "11.5":"n", "12":"n", "12.1":"n", - "46":"n" + "48":"y" }, "and_chr":{ - "85":"y" + "67":"y" }, "and_ff":{ - "79":"y" + "68":"y" }, "ie_mob":{ "10":"n", @@ -388,7 +388,7 @@ "6.2-6.4":"n", "7.2-7.4":"n", "8.2":"n", - "9.2":"y", + "9.0":"y", "10.1":"y", "11.1-11.2":"y", "12.0":"y"