Skip to content

Commit

Permalink
Propagate origin through the request constructor. (Fixes whatwg#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderview committed Oct 29, 2021
1 parent e01ba65 commit 4b9ada3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added .fetch.bs.swp
Binary file not shown.
5 changes: 4 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6835,7 +6835,7 @@ constructor steps are:
<dd><var>request</var>'s <a for=request>priority</a>.

<dt><a for=request>origin</a>
<dd>"<code>client</code>".
<dd><var>request</var>'s <a for=request>origin</a>.

<dt><a for=request>referrer</a>
<dd><var>request</var>'s <a for=request>referrer</a>.
Expand Down Expand Up @@ -6880,6 +6880,9 @@ constructor steps are:

<li><p>Unset <var>request</var>'s <a for=request>history-navigation flag</a>.

<li><p>Set <var>request</var>'s <a for=request>origin</a> to
"<code>client</code>"

<li><p>Set <var>request</var>'s <a for=request>referrer</a> to
"<code>client</code>"

Expand Down

0 comments on commit 4b9ada3

Please sign in to comment.