Skip to content

Commit 78281b9

Browse files
authored
Update all browsers data for PerformancePaintTiming.toJSON (#27772)
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). Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/PerformancePaintTiming/toJSON
1 parent a71263e commit 78281b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/PerformancePaintTiming.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,27 +201,27 @@
201201
"spec_url": "https://w3c.github.io/paint-timing/#dom-performancepainttiming-tojson",
202202
"support": {
203203
"chrome": {
204-
"version_added": false
204+
"version_added": "60"
205205
},
206206
"chrome_android": "mirror",
207207
"edge": "mirror",
208208
"firefox": {
209-
"version_added": "140"
209+
"version_added": "84"
210210
},
211211
"firefox_android": "mirror",
212212
"oculus": "mirror",
213213
"opera": "mirror",
214214
"opera_android": "mirror",
215215
"safari": {
216-
"version_added": false
216+
"version_added": "14.1"
217217
},
218218
"safari_ios": "mirror",
219219
"samsunginternet_android": "mirror",
220220
"webview_android": "mirror",
221221
"webview_ios": "mirror"
222222
},
223223
"status": {
224-
"experimental": true,
224+
"experimental": false,
225225
"standard_track": true,
226226
"deprecated": false
227227
}

0 commit comments

Comments
 (0)