diff --git a/index.html b/index.html index 7871b7f..7822be5 100644 --- a/index.html +++ b/index.html @@ -382,6 +382,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; @@ -773,6 +777,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