diff --git a/index.html b/index.html index 89e683c..f8e8889 100644 --- a/index.html +++ b/index.html @@ -370,6 +370,10 @@

readonly attribute DOMHighResTimeStamp firstInterimResponseStart; readonly attribute DOMHighResTimeStamp responseStart; readonly attribute DOMHighResTimeStamp responseEnd; + readonly attribute DOMHighResTimeStamp workerRouterEvaluationStart; + readonly attribute DOMHighResTimeStamp workerCacheLookupStart; + readonly attribute DOMString workerMatchedRouterSource; + readonly attribute DOMString workerFinalRouterSource; readonly attribute unsigned long long transferSize; readonly attribute unsigned long long encodedBodySize; readonly attribute unsigned long long decodedBodySize; @@ -722,6 +726,30 @@

info's [=fetch timing info/render-blocking=] is true; otherwise non-blocking.

+

+ The workerRouterEvaluationStart getter steps are to return + this's timing info's + [=fetch timing info/service worker timing info=]'s + [=service worker timing info/worker router evaluation start=]. +

+

+ The workerCacheLookupStart getter steps are to return + this's timing info's + [=fetch timing info/service worker timing info=]'s + [=service worker timing info/worker cache lookup start=]. +

+

+ The workerMatchedRouterSource getter steps are to return + this's timing info's + [=fetch timing info/service worker timing info=]'s + [=service worker timing info/worker matched router source=]. +

+

+ The workerFinalRouterSource getter steps are to return + this's timing info's + [=fetch timing info/service worker timing info=]'s + [=service worker timing info/worker final router source=]. +

A user agent implementing PerformanceResourceTiming would need to include "resource" in