Skip to content

Commit

Permalink
Add a revalidation cache state and adapt transferSize to it (#272)
Browse files Browse the repository at this point in the history
* Rebase

* validated

* merged back gh-pages

* Merged back changes
  • Loading branch information
yoavweiss committed Jul 12, 2021
1 parent 3ab43b0 commit a462875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h3>
<p>
A <a>PerformanceResourceTiming</a> has an associated DOMString
<a data-dfn-for="PerformanceResourceTiming"><dfn>cache mode</dfn></a>
(the empty string or "<code>local</code>").
(the empty string, "<code>local</code>", or "<code>validated</code>").
</p>
<p>
A <a>PerformanceResourceTiming</a> has an associated [=fetch timing
Expand Down Expand Up @@ -640,6 +640,8 @@ <h3>
mode</a> is "<code>local</code>", then return 0.
</p>
</li>
<li><p>If <a>this</a>'s <a data-for="PerformanceResourceTiming">cache mode</a> is
"<code>validated</code>", then return 300.
<li>
<p>
Return <a>this</a>'s <a data-for=
Expand Down

0 comments on commit a462875

Please sign in to comment.