- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 23 Apr 2018 06:33:09 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 April 2018 13:33:31 UTC
annevk commented on this pull request. > @@ -1162,6 +1162,10 @@ Unless stated otherwise, it is "<code>basic</code>". <p>A <a for=/>request</a> has an associated <dfn export for=request id=done-flag>done flag</dfn>. Unless stated otherwise, it is unset. +<p>A <a for=/>request</a> has an associated +<dfn export for=request id=concept-request-reload-navigation-flag>reload-navigation flag</dfn>. +Unless stated otherwise, it is unset. Let's add a note here that this is for the exclusive use of HTML's navigate algorithm. > @@ -5153,6 +5162,8 @@ constructor must run these steps: "<code>navigate</code>", then set it to "<code>same-origin</code>". <!-- This works because we have reset request's client too. --> + <li><p>Unset <var>request</var>'s <a for=request>reload-navigation flag</a>. Nice! Is this tested? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/685#pullrequestreview-114383616
Received on Monday, 23 April 2018 13:33:31 UTC