Skip to content

Commit

Permalink
Add spec URLs for Performance APIs (mdn#16238)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored May 13, 2022
1 parent e81efda commit e197a46
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/Performance.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
},
"eventCounts": {
"__compat": {
"spec_url": "https://w3c.github.io/event-timing/#dom-performance-eventcounts",
"support": {
"chrome": {
"version_added": "85"
Expand Down Expand Up @@ -915,6 +916,7 @@
"navigation": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Performance/navigation",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performance-navigation",
"support": {
"chrome": {
"version_added": "10"
Expand Down Expand Up @@ -1284,6 +1286,7 @@
"timing": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Performance/timing",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performance-timing",
"support": {
"chrome": {
"version_added": "6"
Expand Down
5 changes: 5 additions & 0 deletions api/PerformanceEventTiming.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"cancelable": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/cancelable",
"spec_url": "https://w3c.github.io/event-timing/#dom-performanceeventtiming-cancelable",
"support": {
"chrome": {
"version_added": "76"
Expand Down Expand Up @@ -99,6 +100,7 @@
"processingEnd": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/processingEnd",
"spec_url": "https://w3c.github.io/event-timing/#dom-performanceeventtiming-processingend",
"support": {
"chrome": {
"version_added": "76"
Expand Down Expand Up @@ -147,6 +149,7 @@
"processingStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/processingStart",
"spec_url": "https://w3c.github.io/event-timing/#dom-performanceeventtiming-processingstart",
"support": {
"chrome": {
"version_added": "76"
Expand Down Expand Up @@ -195,6 +198,7 @@
"target": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/target",
"spec_url": "https://w3c.github.io/event-timing/#dom-performanceeventtiming-target",
"support": {
"chrome": {
"version_added": "85"
Expand Down Expand Up @@ -243,6 +247,7 @@
"toJSON": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/toJSON",
"spec_url": "https://w3c.github.io/event-timing/#dom-performanceeventtiming-tojson",
"support": {
"chrome": {
"version_added": "76"
Expand Down
1 change: 1 addition & 0 deletions api/PerformanceLongTaskTiming.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
},
"toJSON": {
"__compat": {
"spec_url": "https://w3c.github.io/longtasks/#dom-performancelongtasktiming-tojson",
"support": {
"chrome": {
"version_added": "58"
Expand Down
1 change: 1 addition & 0 deletions api/PerformanceMark.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
},
"detail": {
"__compat": {
"spec_url": "https://w3c.github.io/user-timing/#dom-performancemark-detail",
"support": {
"chrome": {
"version_added": "76"
Expand Down
1 change: 1 addition & 0 deletions api/PerformanceMeasure.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"detail": {
"__compat": {
"spec_url": "https://w3c.github.io/user-timing/#dom-performancemeasure-detail",
"support": {
"chrome": {
"version_added": "78"
Expand Down
3 changes: 3 additions & 0 deletions api/PerformanceNavigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"redirectCount": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceNavigation/redirectCount",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancenavigation-redirectcount",
"support": {
"chrome": {
"version_added": "10"
Expand Down Expand Up @@ -98,6 +99,7 @@
"toJSON": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceNavigation/toJSON",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancenavigation-tojson",
"support": {
"chrome": {
"version_added": "56"
Expand Down Expand Up @@ -148,6 +150,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceNavigation/type",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancenavigation-type",
"support": {
"chrome": {
"version_added": "10"
Expand Down
22 changes: 22 additions & 0 deletions api/PerformanceTiming.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"connectEnd": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/connectEnd",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-connectend",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -98,6 +99,7 @@
"connectStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/connectStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-connectstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -146,6 +148,7 @@
"domainLookupEnd": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/domainLookupEnd",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-domainlookupend",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -194,6 +197,7 @@
"domainLookupStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/domainLookupStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-domainlookupstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -242,6 +246,7 @@
"domComplete": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/domComplete",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-domcomplete",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -290,6 +295,7 @@
"domContentLoadedEventEnd": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/domContentLoadedEventEnd",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-domcontentloadedeventend",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -338,6 +344,7 @@
"domContentLoadedEventStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/domContentLoadedEventStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-domcontentloadedeventstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -386,6 +393,7 @@
"domInteractive": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/domInteractive",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-dominteractive",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -434,6 +442,7 @@
"domLoading": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/domLoading",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-domloading",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -482,6 +491,7 @@
"fetchStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/fetchStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-fetchstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -530,6 +540,7 @@
"loadEventEnd": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/loadEventEnd",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-loadeventend",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -578,6 +589,7 @@
"loadEventStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/loadEventStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-loadeventstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -626,6 +638,7 @@
"navigationStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/navigationStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-navigationstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -674,6 +687,7 @@
"redirectEnd": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/redirectEnd",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-redirectend",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -722,6 +736,7 @@
"redirectStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/redirectStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-redirectstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -770,6 +785,7 @@
"requestStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/requestStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-requeststart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -818,6 +834,7 @@
"responseEnd": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/responseEnd",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-responseend",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -866,6 +883,7 @@
"responseStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/responseStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-responsestart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -914,6 +932,7 @@
"secureConnectionStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/secureConnectionStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-secureconnectionstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -962,6 +981,7 @@
"toJSON": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/toJSON",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-tojson",
"support": {
"chrome": {
"version_added": "44"
Expand Down Expand Up @@ -1010,6 +1030,7 @@
"unloadEventEnd": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/unloadEventEnd",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-unloadeventend",
"support": {
"chrome": {
"version_added": "6"
Expand Down Expand Up @@ -1058,6 +1079,7 @@
"unloadEventStart": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceTiming/unloadEventStart",
"spec_url": "https://w3c.github.io/navigation-timing/#dom-performancetiming-unloadeventstart",
"support": {
"chrome": {
"version_added": "6"
Expand Down

0 comments on commit e197a46

Please sign in to comment.