navigation-timing icon indicating copy to clipboard operation
navigation-timing copied to clipboard

NT should handle multi-request fetches

Open plehegar opened this issue 10 years ago • 0 comments

The intent behind https://github.com/w3c/resource-timing/issues/21 will break: [[ Only the current document resource gets included as the only PerformanceNavigationTiming object in the Performance Timeline of the relevant context. ]]

Assuming we land https://github.com/w3c/resource-timing/issues/21, there may be multiple PerformanceNavigationTiming records (e.g. one or more redirect requests plus final 200 OK req/resp).

plehegar avatar Sep 23 '15 20:09 plehegar