|
366 | 366 | readonly attribute DOMHighResTimeStamp connectEnd;
|
367 | 367 | readonly attribute DOMHighResTimeStamp secureConnectionStart;
|
368 | 368 | readonly attribute DOMHighResTimeStamp requestStart;
|
| 369 | + readonly attribute DOMHighResTimeStamp finalResponseHeadersStart; |
369 | 370 | readonly attribute DOMHighResTimeStamp firstInterimResponseStart;
|
370 | 371 | readonly attribute DOMHighResTimeStamp responseStart;
|
371 | 372 | readonly attribute DOMHighResTimeStamp responseEnd;
|
@@ -636,12 +637,17 @@ <h3>
|
636 | 637 | global object</a> for <a>this</a>. See [=/HTTP fetch=] for more info.
|
637 | 638 | </p>
|
638 | 639 | <p data-dfn-for="PerformanceResourceTiming">
|
639 |
| - The <dfn>responseStart</dfn> getter steps are to <a>convert fetch |
| 640 | + The <dfn>finalResponseHeadersStart</dfn> getter steps are to <a>convert fetch |
640 | 641 | timestamp</a> for <a>this</a>'s <a data-for=
|
641 | 642 | "PerformanceResourceTiming">timing info</a>'s [=fetch timing
|
642 | 643 | info/final network-response start time=] and the <a>relevant global
|
643 | 644 | object</a> for <a>this</a>. See [=/HTTP fetch=] for more info.
|
644 | 645 | </p>
|
| 646 | + <p data-dfn-for="PerformanceResourceTiming"> |
| 647 | + The <dfn>responseStart</dfn> getter steps are to return <a>this</a>'s |
| 648 | + {{PerformanceResourceTiming/firstInterimResponseStart}} if it is not 0; Otherwise |
| 649 | + <a>this</a>'s {{PerformanceResourceTiming/finalResponseHeadersStart}}. |
| 650 | + </p> |
645 | 651 | <p data-dfn-for="PerformanceResourceTiming">
|
646 | 652 | The <dfn>responseEnd</dfn> getter steps are to <a>convert fetch
|
647 | 653 | timestamp</a> for <a>this</a>'s <a data-for=
|
|
978 | 984 | {{PerformanceResourceTiming/connectEnd}},
|
979 | 985 | {{PerformanceResourceTiming/requestStart}},
|
980 | 986 | {{PerformanceResourceTiming/firstInterimResponseStart}},
|
| 987 | + {{PerformanceResourceTiming/finalResponseHeadersStart}}, |
981 | 988 | {{PerformanceResourceTiming/responseStart}},
|
982 | 989 | {{PerformanceResourceTiming/secureConnectionStart}},
|
983 | 990 | {{PerformanceResourceTiming/transferSize}},
|
|
0 commit comments