w3c / server-timing

Server Timing
http://w3c.github.io/server-timing/
Other
75 stars 20 forks source link

Link to a defined extension hook in Resource Timing & Nav Timing #19

Closed igrigorik closed 7 years ago

igrigorik commented 7 years ago

Currently we monkey patch ResourceTiming, which leaves a lot of ambiguity as to when exactly the steps needs to run. We should define a hook in RT and have ST call into it -- similar to how we have Page Visibility call into HTML rendering algorithm.

cvazac commented 7 years ago

Processing steps: NT: https://www.w3.org/TR/navigation-timing-2/#processing-model RT: https://www.w3.org/TR/resource-timing-2/#processing-model

igrigorik commented 7 years ago

Dupe of #38, let's continue there.