|
372 | 372 | readonly attribute DOMHighResTimeStamp responseEnd; |
373 | 373 | readonly attribute DOMHighResTimeStamp workerRouterEvaluationStart; |
374 | 374 | readonly attribute DOMHighResTimeStamp workerCacheLookupStart; |
375 | | - // Holds a value from RouterSourceEnum or empty string |
376 | 375 | readonly attribute DOMString workerMatchedRouterSource; |
377 | | - // Holds a value from RouterSourceEnum (excluding "race-network-and-fetch-handler") or empty string |
378 | 376 | readonly attribute DOMString workerFinalRouterSource; |
379 | 377 | readonly attribute unsigned long long transferSize; |
380 | 378 | readonly attribute unsigned long long encodedBodySize; |
@@ -426,11 +424,6 @@ <h3> |
426 | 424 | {{RenderBlockingStatusType}} <a data-dfn-for= |
427 | 425 | "PerformanceResourceTiming"><dfn>render-blocking status</dfn></a>. |
428 | 426 | </p> |
429 | | - <p> |
430 | | - A <a>PerformanceResourceTiming</a> has an associated |
431 | | - [=service worker timing info=] <a data-dfn-for= |
432 | | - "ServiceWorkerTiming"><dfn>service worker timing</dfn></a>. |
433 | | - </p> |
434 | 427 | <p data-dfn-for="PerformanceResourceTiming"> |
435 | 428 | When <dfn>toJSON</dfn> is called, run the [=default toJSON steps=] |
436 | 429 | for {{PerformanceResourceTiming}}. |
@@ -735,23 +728,27 @@ <h3> |
735 | 728 | </p> |
736 | 729 | <p data-dfn-for="PerformanceResourceTiming"> |
737 | 730 | The <dfn>workerRouterEvaluationStart</dfn> getter steps are to return |
738 | | - <a>this</a>'s <a data-for="PerformanceResourceTiming">service worker |
739 | | - timing info</a>'s [=service worker timing info/worker router evaluation start=]. |
| 731 | + <a>this</a>'s <a data-for="PerformanceResourceTiming">timing info</a>'s |
| 732 | + [=fetch timing info/service worker timing info=]'s |
| 733 | + [=service worker timing info/worker router evaluation start=]. |
740 | 734 | </p> |
741 | 735 | <p data-dfn-for="PerformanceResourceTiming"> |
742 | 736 | The <dfn>workerCacheLookupStart</dfn> getter steps are to return |
743 | | - <a>this</a>'s <a data-for="PerformanceResourceTiming">service worker |
744 | | - timing info</a>'s [=service worker timing info/worker cache lookup start=]. |
| 737 | + <a>this</a>'s <a data-for="PerformanceResourceTiming">timing info</a>'s |
| 738 | + [=fetch timing info/service worker timing info=]'s |
| 739 | + [=service worker timing info/worker cache lookup start=]. |
745 | 740 | </p> |
746 | 741 | <p data-dfn-for="PerformanceResourceTiming"> |
747 | 742 | The <dfn>workerMatchedRouterSource</dfn> getter steps are to return |
748 | | - <a>this</a>'s <a data-for="PerformanceResourceTiming">service worker |
749 | | - timing info</a>'s [=service worker timing info/worker matched router source=]. |
| 743 | + <a>this</a>'s <a data-for="PerformanceResourceTiming">timing info</a>'s |
| 744 | + [=fetch timing info/service worker timing info=]'s |
| 745 | + [=service worker timing info/worker matched router source=]. |
750 | 746 | </p> |
751 | 747 | <p data-dfn-for="PerformanceResourceTiming"> |
752 | 748 | The <dfn>workerFinalRouterSource</dfn> getter steps are to return |
753 | | - <a>this</a>'s <a data-for="PerformanceResourceTiming">service worker |
754 | | - timing info</a>'s [=service worker timing info/worker final router source=]. |
| 749 | + <a>this</a>'s <a data-for="PerformanceResourceTiming">timing info</a>'s |
| 750 | + [=fetch timing info/service worker timing info=]'s |
| 751 | + [=service worker timing info/worker final router source=]. |
755 | 752 | </p> |
756 | 753 | <p class='note'> |
757 | 754 | A user agent implementing <a>PerformanceResourceTiming</a> would need |
|
0 commit comments