From a5fa1484d46c778a8dc2dcc80ce4a3ba12cdd900 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 18 Dec 2024 08:21:06 +0100 Subject: [PATCH] Editorial: parsing application/x-www-form-urlencoded never fails Fixes #1798. --- fetch.bs | 2 -- 1 file changed, 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index d398cf3b..3a684a94 100644 --- a/fetch.bs +++ b/fetch.bs @@ -7418,8 +7418,6 @@ running consume body with this and the following steps gi
  • Let entries be the result of parsing bytes. -

  • If entries is failure, then throw a {{TypeError}}. -

  • Return a new {{FormData}} object whose entry list is entries.