- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 28 Sep 2015 00:29:25 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 28 September 2015 07:29:53 UTC
> @@ -3965,9 +3962,63 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul > is itself associated with <span title=concept-Response-response>response</span>'s > <span title=concept-response-header-list>header list</span>. > > -<p>A <code>Response</code> object's <span title=concept-Body-body>body</span> is its > -<span title=concept-Response-response>response</span>'s > -<span title=concept-response-body>body</span>. > +<p>A <code>Response</code> object also has an associated > +<dfn title=concept-Response-readable-stream>readable stream</dfn> of type > +<span title=concept-ReadableStream>ReadableStream</span> which is initially null. > + > +<p class = "note no-backref">The type of the associated > +<span title=concept-Response-readable-stream>readable stream</span> is defined as > +<span title=concept-ReadableStream>ReadableStream</span>, but it is currently discussed. Depending Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r40523598
Received on Monday, 28 September 2015 07:29:53 UTC