- From: Yutaka Hirano <notifications@github.com>
- Date: Sun, 24 Jan 2016 21:38:13 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 25 January 2016 05:38:48 UTC
> @@ -3458,15 +3535,22 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul > due course. > <!-- https://lists.w3.org/Archives/Public/public-whatwg-archive/2014Jun/thread.html#msg72 --> > > -<p>Objects implementing the <code>Body</code> mixin gain a > -<dfn title=concept-Body-MIME-type>MIME type</dfn> (initially the empty byte sequence). > +<p>Objects implementing the <code>Body</code> mixin gain an associated > +<dfn title=concept-Body-body>body</dfn> (null or a <span title=concept-body>body</span>) and > +a <dfn title=concept-Body-MIME-type>MIME type</dfn> (initially the empty byte sequence). > + > +<p>An object implementing the <code>Body</code> mixin is said to be > +<dfn title=concept-Body-disturbed>disturbed</dfn> if <span title=concept-Body-body>body</span> is > +not null and its <span title=concept-body-stream>stream</span> is Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r50655373
Received on Monday, 25 January 2016 05:38:48 UTC