- From: Dan Robertson <notifications@github.com>
- Date: Wed, 17 Feb 2016 05:34:08 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 17 February 2016 13:34:43 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. Awesome! I'll do that in my update. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/218/files#r53163359
Received on Wednesday, 17 February 2016 13:34:43 UTC