Closed igrigorik closed 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.
Processing steps: NT: https://www.w3.org/TR/navigation-timing-2/#processing-model RT: https://www.w3.org/TR/resource-timing-2/#processing-model
Dupe of #38, let's continue there.
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.