- From: Yutaka Hirano <notifications@github.com>
- Date: Sun, 24 Jan 2016 21:36:44 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 25 January 2016 05:37:15 UTC
> @@ -853,6 +881,21 @@ <h4 id=terminology-headers>Headers</h4> > <p class=note>See <span data-anolis-spec=sw>handle fetch</span> for usage of these terms. > <span data-anolis-ref>SW</span> > > +<p>To <dfn title=concept-request-clone>clone</dfn> a <span title=concept-request>request</span> > +<var>request</var>, run these steps: > + > +<ol> > + <li><p>Let <var>newRequest</var> be a copy of <var>request</var>, except for its > + <span title=concept-request-body>body</span>. > + > + <li><p>If <var>request</var>'s <span title=concept-request-body>body</span> is not null, set Fixed. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r50655322
Received on Monday, 25 January 2016 05:37:15 UTC