|
| 1 | +# Generated from: resource-timing.yml |
| 2 | +# Do not edit this file by hand. Edit the source file instead! |
| 3 | + |
| 4 | +name: Resource timing (initial support) |
| 5 | +description: "`PerformanceResourceTiming` entries report when network events happen while loading a resource, such as when connections start and end. You can use this information to measure loading times." |
| 6 | +spec: https://w3c.github.io/resource-timing/ |
| 7 | +group: resource-timing |
| 8 | +caniuse: resource-timing |
| 9 | +status: |
| 10 | + baseline: high |
| 11 | + baseline_low_date: 2017-09-19 |
| 12 | + baseline_high_date: 2020-03-19 |
| 13 | + support: |
| 14 | + chrome: "43" |
| 15 | + chrome_android: "43" |
| 16 | + edge: "12" |
| 17 | + firefox: "31" |
| 18 | + firefox_android: "31" |
| 19 | + safari: "11" |
| 20 | + safari_ios: "11" |
| 21 | +# The following set of features attempts to closely match caniuse's "basic |
| 22 | +# support" feature. Unfortunately, BCD and caniuse disagree, so there are |
| 23 | +# differences. |
| 24 | +compat_features: |
| 25 | + # - api.Performance.clearResourceTimings # TODO: later support |
| 26 | + # - api.Performance.setResourceTimingBufferSize # TODO: later support |
| 27 | + # - api.Performance.resourcetimingbufferfull_event # TODO: later support |
| 28 | + - api.PerformanceResourceTiming |
| 29 | + - api.PerformanceResourceTiming.connectEnd |
| 30 | + - api.PerformanceResourceTiming.connectStart |
| 31 | + - api.PerformanceResourceTiming.domainLookupEnd |
| 32 | + - api.PerformanceResourceTiming.domainLookupStart |
| 33 | + - api.PerformanceResourceTiming.fetchStart |
| 34 | + - api.PerformanceResourceTiming.initiatorType |
| 35 | + # - api.PerformanceResourceTiming.nextHopProtocol # TODO: later support |
| 36 | + - api.PerformanceResourceTiming.redirectEnd |
| 37 | + - api.PerformanceResourceTiming.redirectStart |
| 38 | + - api.PerformanceResourceTiming.requestStart |
| 39 | + - api.PerformanceResourceTiming.responseEnd |
| 40 | + - api.PerformanceResourceTiming.responseStart |
| 41 | + # - api.PerformanceResourceTiming.secureConnectionStart # TODO: later support |
| 42 | + # - api.PerformanceResourceTiming.toJSON # TODO: later support |
0 commit comments