diff --git a/Overview.html b/Overview.html index 2acba077b..fbec50a11 100644 --- a/Overview.html +++ b/Overview.html @@ -1904,9 +1904,9 @@

5.1 Main fetch

This operates on response as this algorithm is not supposed to observe internalResponse. -

  • Set internalResponse's - url list to a copy of - request's url list. +

  • If internalResponse's url list is + empty, set it to a copy of request's + url list.

  • If request's synchronous flag is set, diff --git a/Overview.src.html b/Overview.src.html index f36e84aef..d64158988 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -1843,9 +1843,9 @@

    Main fetch

    This operates on response as this algorithm is not supposed to observe internalResponse. -

  • Set internalResponse's - url list to a copy of - request's url list. +

  • If internalResponse's url list is + empty, set it to a copy of request's + url list.

  • If request's synchronous flag is set,