- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 26 Mar 2018 06:54:23 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 March 2018 13:54:47 UTC
annevk commented on this pull request. > @@ -1162,6 +1162,18 @@ 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=reload-navigation-flag>reload-navigation flag</dfn>. Unless stated +otherwise, it is unset. + +<p>A <a for=/>request</a> has an associated +<dfn export for=request id=history-navigation-flag>history-navigation flag</dfn>. Unless stated +otherwise, it is unset. + +<p>A <a for=/>request</a> has an associated +<dfn export for=request id=submission-navigation-flag>submission-navigation flag</dfn>. Unless stated +otherwise, it is unset. Yeah, to indicate it's not relevant/known. I guess I'm fine with storing more bits though. -- 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_r177097859
Received on Monday, 26 March 2018 13:54:47 UTC