Skip to content

Commit bf1c899

Browse files
authored
Chrome 140 adds PerformanceResourceTiming worker timing getters (#28819)
Add PerformanceResourceTiming service worker timing getters
1 parent bd783b9 commit bf1c899

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

api/PerformanceResourceTiming.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,68 @@
13421342
}
13431343
}
13441344
},
1345+
"workerCacheLookupStart": {
1346+
"__compat": {
1347+
"spec_url": "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-workercachelookupstart",
1348+
"support": {
1349+
"chrome": {
1350+
"version_added": "140"
1351+
},
1352+
"chrome_android": "mirror",
1353+
"edge": "mirror",
1354+
"firefox": {
1355+
"version_added": false
1356+
},
1357+
"firefox_android": "mirror",
1358+
"oculus": "mirror",
1359+
"opera": "mirror",
1360+
"opera_android": "mirror",
1361+
"safari": {
1362+
"version_added": false
1363+
},
1364+
"safari_ios": "mirror",
1365+
"samsunginternet_android": "mirror",
1366+
"webview_android": "mirror",
1367+
"webview_ios": "mirror"
1368+
},
1369+
"status": {
1370+
"experimental": true,
1371+
"standard_track": true,
1372+
"deprecated": false
1373+
}
1374+
}
1375+
},
1376+
"workerRouterEvaluationStart": {
1377+
"__compat": {
1378+
"spec_url": "https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-workerrouterevaluationstart",
1379+
"support": {
1380+
"chrome": {
1381+
"version_added": "140"
1382+
},
1383+
"chrome_android": "mirror",
1384+
"edge": "mirror",
1385+
"firefox": {
1386+
"version_added": false
1387+
},
1388+
"firefox_android": "mirror",
1389+
"oculus": "mirror",
1390+
"opera": "mirror",
1391+
"opera_android": "mirror",
1392+
"safari": {
1393+
"version_added": false
1394+
},
1395+
"safari_ios": "mirror",
1396+
"samsunginternet_android": "mirror",
1397+
"webview_android": "mirror",
1398+
"webview_ios": "mirror"
1399+
},
1400+
"status": {
1401+
"experimental": true,
1402+
"standard_track": true,
1403+
"deprecated": false
1404+
}
1405+
}
1406+
},
13451407
"workerStart": {
13461408
"__compat": {
13471409
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming/workerStart",

0 commit comments

Comments
 (0)