From 8df682d10b1b5da97fe78b551768688b18d6e4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Thu, 2 Oct 2025 14:51:26 +0300 Subject: [PATCH] BigInt was introduced in Firefox 78, not Firefox 68. --- tools/feature_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/feature_matrix.py b/tools/feature_matrix.py index 7b2051495b829..55e2d701438b4 100644 --- a/tools/feature_matrix.py +++ b/tools/feature_matrix.py @@ -68,7 +68,7 @@ class Feature(IntEnum): }, Feature.JS_BIGINT_INTEGRATION: { 'chrome': 67, - 'firefox': 68, + 'firefox': 78, 'safari': 150000, 'node': 130000, },