There was an error while loading. Please reload this page.
1 parent 3ab43b0 commit a462875Copy full SHA for a462875
index.html
@@ -448,7 +448,7 @@ <h3>
448
<p>
449
A <a>PerformanceResourceTiming</a> has an associated DOMString
450
<a data-dfn-for="PerformanceResourceTiming"><dfn>cache mode</dfn></a>
451
- (the empty string or "<code>local</code>").
+ (the empty string, "<code>local</code>", or "<code>validated</code>").
452
</p>
453
454
A <a>PerformanceResourceTiming</a> has an associated [=fetch timing
@@ -640,6 +640,8 @@ <h3>
640
mode</a> is "<code>local</code>", then return 0.
641
642
</li>
643
+ <li><p>If <a>this</a>'s <a data-for="PerformanceResourceTiming">cache mode</a> is
644
+"<code>validated</code>", then return 300.
645
<li>
646
647
Return <a>this</a>'s <a data-for=
0 commit comments