Skip to content

Commit

Permalink
Merge branch 'yhirano/coep' of https://github.com/whatwg/fetch into y…
Browse files Browse the repository at this point in the history
…hirano/coep
  • Loading branch information
yutakahirano committed Jun 16, 2020
2 parents 896102a + 4eec321 commit cf37e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,7 @@ these steps:
<p class="note no-backref">Only HTML's navigate algorithm uses this check with
<var>forNavigation</var> set to true, and it's always for nested navigations. Otherwise,
<var>response</var> is either the <a for=internal>internal response</a> of an
<a>opaque filtered response</a> or a <a for=/>response</a> which will be the
<a>opaque filtered response</a>, or a <a for=/>response</a> which will be the
<a for=internal>internal response</a> of an
<a>opaque filtered response</a>. [[HTML]]

Expand Down Expand Up @@ -3677,8 +3677,8 @@ optionally with a <i>recursive flag</i>, run these steps:
<p>If <var>internalResponse</var>'s <a for=response>URL list</a> <a for=list>is empty</a>, then
set it to a <a for=list>clone</a> of <var>request</var>'s <a for=request>URL list</a>.

<p class=note>A <a for=/>response</a>'s <a for=response>URL list</a> can be empty when it's for
"<code>about</code>" URLs for example.
<p class=note>A <a for=/>response</a>'s <a for=response>URL list</a> can be empty (for example,
when the response represents an "<code>about</code>" URL).
<!-- If you are ever tempted to move this around, carefully consider responses from about URLs,
blob URLs, service workers, HTTP cache, HTTP network, etc. -->

Expand Down

0 comments on commit cf37e5d

Please sign in to comment.