From 382cdaae59d633a3dd35c0b37c9069fcf709f63c Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Thu, 25 Sep 2025 21:16:15 +0200 Subject: [PATCH] Editorial: fix typo for inputBody `input` is either a string or a request. Since this links to body, it was probably meant to be `inputBody` instead. --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index bf80dd76f..007ca829f 100755 --- a/fetch.bs +++ b/fetch.bs @@ -8868,7 +8868,7 @@ constructor steps are:

If initBody is null and inputBody is non-null, then:

    -
  1. If input is unusable, then throw a {{TypeError}}. +

  2. If inputBody is unusable, then throw a {{TypeError}}.