Skip to content

Commit a462875

Browse files
authored
Add a revalidation cache state and adapt transferSize to it (#272)
* Rebase * validated * merged back gh-pages * Merged back changes
1 parent 3ab43b0 commit a462875

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ <h3>
448448
<p>
449449
A <a>PerformanceResourceTiming</a> has an associated DOMString
450450
<a data-dfn-for="PerformanceResourceTiming"><dfn>cache mode</dfn></a>
451-
(the empty string or "<code>local</code>").
451+
(the empty string, "<code>local</code>", or "<code>validated</code>").
452452
</p>
453453
<p>
454454
A <a>PerformanceResourceTiming</a> has an associated [=fetch timing
@@ -640,6 +640,8 @@ <h3>
640640
mode</a> is "<code>local</code>", then return 0.
641641
</p>
642642
</li>
643+
<li><p>If <a>this</a>'s <a data-for="PerformanceResourceTiming">cache mode</a> is
644+
"<code>validated</code>", then return 300.
643645
<li>
644646
<p>
645647
Return <a>this</a>'s <a data-for=

0 commit comments

Comments
 (0)