- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 17 Feb 2016 00:08:57 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 17 February 2016 08:09:27 UTC
> @@ -866,6 +866,11 @@ <h4 id="requests"><span class="secno">3.1.5 </span>Requests</h4> > <p>A <a href="#concept-request" title="concept-request">request</a> has an associated > <dfn id="synchronous-flag">synchronous flag</dfn>. Unless stated otherwise it is unset. > > +<p>A <a href="#concept-request" title="concept-request">request</a> should have an associated > +optional <dfn id="recursive-flag">recursive flag</dfn> set when > +<a href="#concept-main-fetch">main fetch</a> has been invoked recursively from > +<a href="#http-redirect-fetch">redirect fetch</a>. Unless stated otherwise it is unset. Why do we need this given that "main fetch" has it as parameter? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/218/files#r53131329
Received on Wednesday, 17 February 2016 08:09:27 UTC