From 0732d7160a9893dfe1f8473deb8d81e29f42a286 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Mon, 6 May 2024 00:46:41 -0700 Subject: [PATCH] Editorial: link "a new promise" --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index e35715bcd..f4775f258 100644 --- a/fetch.bs +++ b/fetch.bs @@ -8386,7 +8386,7 @@ partial interface mixin WindowOrWorkerGlobalScope { method steps are:
    -
  1. Let p be a new promise. +

  2. Let p be [=a new promise=].

  3. Let requestObject be the result of invoking the initial value of {{Request}} as constructor with input and init as arguments. If this throws an exception,