Skip to content

Commit

Permalink
Editorial: parsing application/x-www-form-urlencoded never fails
Browse files Browse the repository at this point in the history
Fixes #1798.
  • Loading branch information
annevk committed Dec 18, 2024
1 parent c8a0408 commit a5fa148
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7418,8 +7418,6 @@ running <a for=Body>consume body</a> with <a>this</a> and the following steps gi
<li><p>Let <var>entries</var> be the result of <a lt="urlencoded parser">parsing</a>
<var>bytes</var>.

<li><p>If <var>entries</var> is failure, then <a>throw</a> a {{TypeError}}.

<li><p>Return a new {{FormData}} object whose <a for=FormData>entry list</a> is
<var>entries</var>.
</ol>
Expand Down

0 comments on commit a5fa148

Please sign in to comment.