From 3a65729b063ae5dd673dcc5acbb9a29c3e5f3a33 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 5 Apr 2022 17:52:07 +0300 Subject: [PATCH] Editorial: rename 'fetch finale' to 'fetch response handover' Closes #1419. --- fetch.bs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fetch.bs b/fetch.bs index 290b3e807..94cd76f53 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4258,7 +4258,7 @@ steps:

If request's integrity metadata is not the empty string, then:

    -
  1. Let processBodyError be this step: run fetch finale given +

  2. Let processBodyError be this step: run fetch response handover given fetchParams and a network error.

  3. If request's response tainting is "opaque" or @@ -4276,20 +4276,21 @@ steps:

  4. Set response's body to the first return value of safely extracting bytes. -

  5. Run fetch finale given fetchParams and response. +

  6. Run fetch response handover given fetchParams and response.

  • Fully read response's body given processBody and processBodyError. -

  • Otherwise, run fetch finale given fetchParams and response. +

  • Otherwise, run fetch response handover given fetchParams and + response.


    -

    The fetch finale, given a fetch params fetchParams and a -response response, run these steps: +

    The fetch response handover, given a fetch params +fetchParams and a response response, run these steps: