WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b63ff02

Browse files
committed
Update service worker timing info to be collected from fetch timing info
1 parent 92b126f commit b63ff02

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

index.html

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,7 @@ <h3>
372372
readonly attribute DOMHighResTimeStamp responseEnd;
373373
readonly attribute DOMHighResTimeStamp workerRouterEvaluationStart;
374374
readonly attribute DOMHighResTimeStamp workerCacheLookupStart;
375-
// Holds a value from RouterSourceEnum or empty string
376375
readonly attribute DOMString workerMatchedRouterSource;
377-
// Holds a value from RouterSourceEnum (excluding "race-network-and-fetch-handler") or empty string
378376
readonly attribute DOMString workerFinalRouterSource;
379377
readonly attribute unsigned long long transferSize;
380378
readonly attribute unsigned long long encodedBodySize;
@@ -426,11 +424,6 @@ <h3>
426424
{{RenderBlockingStatusType}} <a data-dfn-for=
427425
"PerformanceResourceTiming"><dfn>render-blocking status</dfn></a>.
428426
</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>
434427
<p data-dfn-for="PerformanceResourceTiming">
435428
When <dfn>toJSON</dfn> is called, run the [=default toJSON steps=]
436429
for {{PerformanceResourceTiming}}.
@@ -735,23 +728,27 @@ <h3>
735728
</p>
736729
<p data-dfn-for="PerformanceResourceTiming">
737730
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=].
740734
</p>
741735
<p data-dfn-for="PerformanceResourceTiming">
742736
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=].
745740
</p>
746741
<p data-dfn-for="PerformanceResourceTiming">
747742
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=].
750746
</p>
751747
<p data-dfn-for="PerformanceResourceTiming">
752748
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=].
755752
</p>
756753
<p class='note'>
757754
A user agent implementing <a>PerformanceResourceTiming</a> would need

0 commit comments

Comments
 (0)