|
367 | 367 | readonly attribute DOMHighResTimeStamp connectEnd;
|
368 | 368 | readonly attribute DOMHighResTimeStamp secureConnectionStart;
|
369 | 369 | readonly attribute DOMHighResTimeStamp requestStart;
|
| 370 | + readonly attribute DOMHighResTimeStamp firstInterimResponseStart; |
370 | 371 | readonly attribute DOMHighResTimeStamp responseStart;
|
371 | 372 | readonly attribute DOMHighResTimeStamp responseEnd;
|
372 | 373 | readonly attribute unsigned long long transferSize;
|
@@ -681,6 +682,13 @@ <h3>
|
681 | 682 | info/final network-request start time=] and the <a>relevant global
|
682 | 683 | object</a> for <a>this</a>. See [=/HTTP fetch=] for more info.
|
683 | 684 | </p>
|
| 685 | + <p data-dfn-for="PerformanceResourceTiming"> |
| 686 | + The <dfn>firstInterimResponseStart</dfn> getter steps are to <a>convert fetch |
| 687 | + timestamp</a> for <a>this</a>'s <a data-for= |
| 688 | + "PerformanceResourceTiming">timing info</a>'s [=fetch timing |
| 689 | + info/first interim network-response start time=] and the <a>relevant global |
| 690 | + object</a> for <a>this</a>. See [=/HTTP fetch=] for more info. |
| 691 | + </p> |
684 | 692 | <p data-dfn-for="PerformanceResourceTiming">
|
685 | 693 | The <dfn>responseStart</dfn> getter steps are to <a>convert fetch
|
686 | 694 | timestamp</a> for <a>this</a>'s <a data-for=
|
@@ -1022,6 +1030,7 @@ <h3>
|
1022 | 1030 | {{PerformanceResourceTiming/connectStart}},
|
1023 | 1031 | {{PerformanceResourceTiming/connectEnd}},
|
1024 | 1032 | {{PerformanceResourceTiming/requestStart}},
|
| 1033 | + {{PerformanceResourceTiming/firstInterimResponseStart}}, |
1025 | 1034 | {{PerformanceResourceTiming/responseStart}},
|
1026 | 1035 | {{PerformanceResourceTiming/secureConnectionStart}},
|
1027 | 1036 | {{PerformanceResourceTiming/transferSize}},
|
|
0 commit comments