File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1938,8 +1938,9 @@ message as HTTP/2 does not support them.
1938
1938
<a for=/>response</a> 's <a for=response>body</a> are always null.
1939
1939
1940
1940
<p> A <a for=/>response</a> has an associated
1941
- <dfn export for=response id=concept-response-cache-state>cache state</dfn> (the empty string or
1942
- "<code> local</code> "). Unlesss stated otherwise, it is the empty string.
1941
+ <dfn export for=response id=concept-response-cache-state>cache state</dfn> (the empty string,
1942
+ "<code> local</code> ", or "<code> validated</code> "). Unlesss stated otherwise, it is the empty
1943
+ string.
1943
1944
1944
1945
<p class=note> This is intended for usage by <cite> Service Workers</cite> and
1945
1946
<cite> Resource Timing</cite> . [[SW]] [[RESOURCE-TIMING]]
@@ -4895,6 +4896,8 @@ steps. They return a <a for=/>response</a>.
4895
4896
4896
4897
<li><p> Set <var> response</var> to <var> storedResponse</var> .
4897
4898
4899
+ <li><p> Set <var> response</var> 's <a for=response>cache state</a> to "<code> validated</code> ".
4900
+
4898
4901
<li><p> <a for=/>Update timing info from stored response</a> given <var> fetchParams</var> 's
4899
4902
<a for="fetch params">timing info</a> and <var> response</var> .
4900
4903
</ol>
You can’t perform that action at this time.
0 commit comments