- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 26 Mar 2018 13:55:24 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 March 2018 13:55:52 UTC
annevk commented on this pull request. > @@ -5141,8 +5166,11 @@ constructor must run these steps: <a for=request>redirect mode</a>, <a for=request>integrity metadata</a> is <var>request</var>'s - <a for=request>integrity metadata</a>, and - <a>keepalive flag</a> is <var>request</var>'s <a>keepalive flag</a>. + <a for=request>integrity metadata</a>, + <a>keepalive flag</a> is <var>request</var>'s <a>keepalive flag</a>, + <a>reload-navigation flag</a> is <var>request</var>'s <a>reload-navigation flag</a>, + <a>history-navigation flag</a> is <var>request</var>'s <a>history-navigation flag</a>, and + <a>submission-navigation flag</a> is <var>request</var>'s <a>submission-navigation flag</a>. We could do that, though if we do we should perhaps also clean up the other 2-3 "a new request" places to make them all similar. Also, if we don't, we should remove the double spaces here. -- 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#discussion_r177098231
Received on Monday, 26 March 2018 13:55:52 UTC