From 24fe4143ccd4bc6a74a7eb3efc1d94839ae90f4b Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Sat, 6 Sep 2025 22:58:01 -0700 Subject: [PATCH] Update all browsers data for api.PerformancePaintTiming.toJSON This PR updates and corrects version values for all browsers for the `toJSON` member of the `PerformancePaintTiming` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.14.1). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/PerformancePaintTiming/toJSON --- api/PerformancePaintTiming.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/PerformancePaintTiming.json b/api/PerformancePaintTiming.json index ba389dea857678..a2da27ac8e3ad4 100644 --- a/api/PerformancePaintTiming.json +++ b/api/PerformancePaintTiming.json @@ -201,19 +201,19 @@ "spec_url": "https://w3c.github.io/paint-timing/#dom-performancepainttiming-tojson", "support": { "chrome": { - "version_added": false + "version_added": "60" }, "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": "140" + "version_added": "84" }, "firefox_android": "mirror", "oculus": "mirror", "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": "14.1" }, "safari_ios": "mirror", "samsunginternet_android": "mirror", @@ -221,7 +221,7 @@ "webview_ios": "mirror" }, "status": { - "experimental": true, + "experimental": false, "standard_track": true, "deprecated": false }