From 94f3f1a8da0111fb84f05b48a6e0af3379afddbf Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Thu, 8 Jun 2017 13:48:28 +0100 Subject: [PATCH] Throwing is simpler --- fetch.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index 59bd230b3..ec1e89ed3 100644 --- a/fetch.bs +++ b/fetch.bs @@ -5377,8 +5377,8 @@ method, must run these steps: "immutable".
  • If requestObject's signal is not null and its - aborted flag is set, reject p with an - "AbortError" {{DOMException}}, and return p. + aborted flag is set, throw an "AbortError" + {{DOMException}}.
  • Otherwise, if requestObject's signal is not null, add the following abort steps to requestObject's