diff --git a/source b/source index ec18a6ca4fa..e218b740b49 100644 --- a/source +++ b/source @@ -2542,7 +2542,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • extract a MIME type
  • legacy extract an encoding
  • fetch
  • -
  • HTTP-redirect fetch
  • ok status
  • navigation request
  • network error
  • @@ -2555,6 +2554,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • set
  • get, decode, and split
  • terminate
  • +
  • process the next manual redirect
  • cross-origin resource policy check
  • the RequestCredentials enumeration
  • the RequestDestination enumeration
  • @@ -88912,6 +88912,8 @@ interface Location { // but see also Otherwise:

      -
    1. If response is null, fetch request, with +

    2. If fetchController is null, then set fetchController to the + result of fetching request, with processEarlyHintsResponse set to the following step given a response earlyResponse: If commitEarlyHints is null, then set commitEarlyHints to the result @@ -89013,8 +89015,8 @@ interface Location { // but see also reserved client.

    3. -
    4. Otherwise, perform HTTP-redirect fetch using - request and response.

    5. +
    6. Otherwise, process the next manual redirect given + fetchController.

    7. Wait for the task on the networking task source to process response and set response to the