Skip to content

Commit 5dfed9d

Browse files
committed
Editorial: parsing application/x-www-form-urlencoded never fails
Fixes #1798.
1 parent c8a0408 commit 5dfed9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fetch.bs

-2
Original file line numberDiff line numberDiff line change
@@ -7418,8 +7418,6 @@ running <a for=Body>consume body</a> with <a>this</a> and the following steps gi
74187418
<li><p>Let <var>entries</var> be the result of <a lt="urlencoded parser">parsing</a>
74197419
<var>bytes</var>.
74207420

7421-
<li><p>If <var>entries</var> is failure, then <a>throw</a> a {{TypeError}}.
7422-
74237421
<li><p>Return a new {{FormData}} object whose <a for=FormData>entry list</a> is
74247422
<var>entries</var>.
74257423
</ol>

0 commit comments

Comments
 (0)