Skip to content

Commit

Permalink
Remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Apr 24, 2023
1 parent e9a2f86 commit f56575b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5352,16 +5352,8 @@ run these steps:
<li><p>Invoke <a>set <var>request</var>'s referrer policy on redirect</a> on <var>request</var> and
<var>actualResponse</var>. [[!REFERRER]]

<li><p>Let <var>recursive</var> be true.

<li>
<p>If <var>request</var>'s <a for=request>redirect mode</a> is "<code>manual</code>", then:

<ol>
<li><p>Assert: <var>request</var>'a <a for=request>mode</a> is "<code>navigate</code>".

<li><p>Set <var>recursive</var> to false.
</ol>
<li><p>Let <var>recursive</var> be true if <a for=request>redirect mode</a> is
"<code>follow</code>"; otherwise false.

<li>
<p>Return the result of running <a>main fetch</a> given <var>fetchParams</var> and
Expand Down

0 comments on commit f56575b

Please sign in to comment.