- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 21 Jan 2016 02:38:59 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 21 January 2016 10:39:31 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 non-null --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r50384569
Received on Thursday, 21 January 2016 10:39:31 UTC