@@ -585,15 +585,16 @@ <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|, a null or [=service worker timing info=] |serviceWorkerTiming|, and a
589- [=fetch resource info=] |resourceInfo|, do the following:
588+ {{NavigationTimingType}} |navigationType|, a null or [=service worker timing info=] |serviceWorkerTiming|,
589+ a DOMString |cacheMode|, and a [=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 > , |fetchTiming|, .
596+ < a data-cite ="HTML#the-document's-address "> address</ a > , |fetchTiming|, |cacheMode|, and
597+ |resourceInfo|.
597598 < li > Set |navigationTimingEntry|'s < a data-for ="PerformanceNavigationTiming "> document load
598599 timing</ a > to |document|'s [=Document/load timing info=]
599600 < li > Set |navigationTimingEntry|'s < a data-for ="PerformanceNavigationTiming "> previous
0 commit comments