diff --git a/Overview.html b/Overview.html index 0a092203d..f8dc70b14 100644 --- a/Overview.html +++ b/Overview.html @@ -7,7 +7,7 @@

Fetch

-

Living Standard — Last Updated 7 June 2016

+

Living Standard — Last Updated 9 June 2016

Participate: @@ -2555,6 +2555,18 @@

5.1 Main fetch

network error, and response's internal response otherwise. +
  • +

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

    A response's + url list will typically be empty at this point, + unless it came from a service worker, in which case it will only be empty if it was created + through new Response(). + +

  • If response is not a network error and any of the following algorithms returns blocked, then set response and @@ -2837,10 +2849,6 @@

    5.3 HTTP fetch

    url list has more than one item. -
  • If actualResponse's url list is - empty, set it to a copy of request's - url list. -

  • Execute set response's CSP list on actualResponse. [CSP] @@ -3539,9 +3547,6 @@

    5.6 HTTP-network fetchbug 1030660 looks into whether this quirk can be removed. -
  • Set response's url list to a copy of - request's url list. -

  • Execute set response's CSP list on response. [CSP] diff --git a/Overview.src.html b/Overview.src.html index b4dc07b77..509b69acf 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -2483,6 +2483,18 @@

    Main fetch

    network error, and response's internal response otherwise. +
  • +

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

    A response's + url list will typically be empty at this point, + unless it came from a service worker, in which case it will only be empty if it was created + through new Response(). + +

  • If response is not a network error and any of the following algorithms returns blocked, then set response and @@ -2765,10 +2777,6 @@

    HTTP fetch

    url list has more than one item. -
  • If actualResponse's url list is - empty, set it to a copy of request's - url list. -

  • Execute set response's CSP list on actualResponse. CSP @@ -3467,9 +3475,6 @@

    HTTP-network fetch

    bug 1030660 looks into whether this quirk can be removed. -
  • Set response's url list to a copy of - request's url list. -

  • Execute set response's CSP list on response. CSP