File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -585,15 +585,15 @@ <h2>Creating a navigation timing entry</h2>
585585
586586 < p > To < dfn data-export =""> create the navigation timing entry</ dfn > for {{Document}} |document|,
587587 given a [=fetch timing info=] |fetchTiming|, a number |redirectCount|, a
588- {{NavigationTimingType}} |navigationType|, and a null or [=service worker timing info=] |serviceWorkerTiming|,
589- do the following:
588+ {{NavigationTimingType}} |navigationType|, a null or [=service worker timing info=] |serviceWorkerTiming|, and a
589+ [=fetch resource info=] |resourceInfo|, do the following:
590590 < ol >
591591 < li > Let |global| be |document|'s [=relevant global object=].</ li >
592592 < li > Let |navigationTimingEntry| be a new {{PerformanceNavigationTiming}} object in |global|'s
593593 [=global object/realm=].
594594 < li > < a data-cite ="RESOURCE-TIMING-2#dfn-setup-the-resource-timing-entry "> Setup the resource
595595 timing entry</ a > for |navigationTimingEntry| given "< code > navigation</ code > ", |document|'s
596- < a data-cite ="HTML#the-document's-address "> address</ a > , and |fetchTiming|.
596+ < a data-cite ="HTML#the-document's-address "> address</ a > , |fetchTiming|, .
597597 < li > Set |navigationTimingEntry|'s < a data-for ="PerformanceNavigationTiming "> document load
598598 timing</ a > to |document|'s [=Document/load timing info=]
599599 < li > Set |navigationTimingEntry|'s < a data-for ="PerformanceNavigationTiming "> previous
You can’t perform that action at this time.
0 commit comments