From 97ee7647c67d6645e73c364b1a0bda5c16e18240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Can=20Alt=C4=B1nova?= Date: Tue, 7 Apr 2026 22:00:48 +0200 Subject: [PATCH] Update Firefox support for console.timeStamp --- api/_globals/console.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/_globals/console.json b/api/_globals/console.json index 3ab55bc855f9e7..864e8a7b3b270f 100644 --- a/api/_globals/console.json +++ b/api/_globals/console.json @@ -1412,8 +1412,12 @@ "version_added": "12" }, "firefox": [ + { + "version_added": "149" + }, { "version_added": "98", + "version_removed": "149", "impl_url": "https://bugzil.la/1387528", "partial_implementation": true, "notes": "The method can be called, but the marker does not show up in the performance profile."