Skip to content

Commit

Permalink
Correct request's window check
Browse files Browse the repository at this point in the history
It's either "no-window" or an environment settings object.
  • Loading branch information
annevk committed Sep 29, 2023
1 parent c6d7166 commit 57c1ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4312,7 +4312,7 @@ the response. [[!HTTP-CACHING]]
<li><p><var>request</var>'s <a for=request>mode</a> is "<code>same-origin</code>",
"<code>cors</code>", or "<code>no-cors</code>"

<li><p><var>request</var>'s <a for=request>window</a> is non-null
<li><p><var>request</var>'s <a for=request>window</a> is an <a>environment settings object</a>

<li><p><var>request</var>'s <a for=request>method</a> is `<code>GET</code>`

Expand Down

0 comments on commit 57c1ce1

Please sign in to comment.