From 210fd4f693145d91337a1e579e15a4254b1d89cf Mon Sep 17 00:00:00 2001 From: sisidovski Date: Tue, 6 Feb 2024 16:28:36 +0900 Subject: [PATCH] Restore old sentence --- docs/index.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.bs b/docs/index.bs index b5d7ebc0..b951e62b 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -3260,8 +3260,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. If |response| is null, |request|'s [=request/body=] is not null, and |request|'s [=request/body=]'s [=body/source=] is null, then: 1. If |request|'s [=request/body=] is [=Body/unusable=], set |handleFetchFailed| to true. 1. Else, [=ReadableStream/cancel=] |request|'s [=request/body=] with undefined. - 1. If |response| is not null, then: - 1. Set |response|'s [=response/service worker timing info=] to |timingInfo|. + 1. If |response| is not null, then set |response|'s [=response/service worker timing info=] to |timingInfo|. 1. If |e|'s canceled flag is set, set |eventCanceled| to true. 1. If |controller| [=fetch controller/state=] is "terminated" or "aborted", then: 1. Let |deserializedError| be a "{{AbortError}}" {{DOMException}}.