Re: [whatwg/fetch] Add a speculative flag to `Request` as well as related processing (#881)

domfarolino commented on this pull request.



> @@ -1077,6 +1077,9 @@ explicitly set <a for=/>request</a>'s
 <p id=keep-alive-flag>A <a for=/>request</a> has an associated
 <dfn for=request export>keepalive flag</dfn>. Unless stated otherwise it is unset.
 
+<p id=speculative-flag>A <a for=/>request</a> has an associated
+<dfn for=request export>speculative flag</dfn>. Unless stated otherwise it is unset.

Probably this should be a boolean, as I think we're leaning more towards explicit booleans as opposed to "flags"s these days?

-- 
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/881#pullrequestreview-252771784

Received on Friday, 21 June 2019 11:22:25 UTC