Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv committed Jun 6, 2023
1 parent ea33419 commit 076f9dc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Expand Up @@ -493,8 +493,15 @@ <h3>
</p>
<p data-dfn-for='PerformanceNavigationTiming'>
The <dfn>criticalCHRestart</dfn> getter steps are to return |this|'s
<span>`Critical-CH` restart time</span>.</p>
</p>
<span>`Critical-CH` restart time</span>.</p>
</p>
<div class="note">
<p>
If |criticalCHRestart| is not 0 it will be before all other timestamps except for
|navigationStart|, |unloadEventStart|, and |unloadEventEnd|. This is because it marks
the moment the redirection part of the navigation was restarted.
</p>
</div>
<p>
The <dfn>toJSON()</dfn> method runs the [=default toJSON steps=] for [=this=].
</p>
Expand Down

0 comments on commit 076f9dc

Please sign in to comment.