From 3f16e4a2300179dfa3d58a8d070746bfc0140f12 Mon Sep 17 00:00:00 2001 From: jakub-g Date: Thu, 4 Mar 2021 16:38:20 +0100 Subject: [PATCH] PerformanceObserver.supportedEntryTypes in Firefox (#9333) * PerformanceObserver.supportedEntryTypes in Firefox Bugzilla says v66: https://bugzilla.mozilla.org/show_bug.cgi?id=1512225 but I tested on BrowserStack that it's available only in v68 * Update api/PerformanceObserver.json Co-authored-by: Daniel D. Beck * PerformanceObserver.supportedEntryTypes: not experimental Co-authored-by: Daniel D. Beck --- api/PerformanceObserver.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/PerformanceObserver.json b/api/PerformanceObserver.json index 9bb5c4db58ccea..ba35f003e327df 100644 --- a/api/PerformanceObserver.json +++ b/api/PerformanceObserver.json @@ -225,10 +225,10 @@ "version_added": "≤79" }, "firefox": { - "version_added": null + "version_added": "68" }, "firefox_android": { - "version_added": null + "version_added": "68" }, "ie": { "version_added": false @@ -256,7 +256,7 @@ } }, "status": { - "experimental": true, + "experimental": false, "standard_track": true, "deprecated": false }