File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3894,9 +3894,6 @@ the request.
38943894 with <var> request</var> 's <a for=request>client</a>' s
38953895 <a for="environment settings object">origin</a> .
38963896
3897- <li><p> Set <var> fetchParams</var> 's <a for="fetch params">preloaded response candidate</a> to
3898- "<code> pending</code> ".
3899-
39003897 <li><p> Let <var> onPreloadedResponseAvailable</var> be an algorithm that runs the following
39013898 step given a <a for=/>response</a> <var> response</var> : Set <var> fetchParams</var> 's
39023899 <a for="fetch params">preloaded response candidate</a> to <var> response</var> .
@@ -3908,8 +3905,9 @@ the request.
39083905 <var> req</var> 's <a for=request>integrity metadata</a> , and
39093906 <var> onPreloadedResponseAvailable</var> .
39103907
3911- <li><p> If <var> foundPreloadedResource</var> is false, then set <var> fetchParams</var> 's
3912- <a for="fetch params">preloaded response candidate</a> to null.</p></li>
3908+ <li><p> If <var> foundPreloadedResource</var> is true and <var> fetchParams</var> 's
3909+ <a for="fetch params">preloaded response candidate</a> is null, then set <var> fetchParams</var> 's
3910+ <a for="fetch params">preloaded response candidate</a> to "<code> pending</cpde> ".</p></li>
39133911 </ol>
39143912 </li>
39153913
You can’t perform that action at this time.
0 commit comments