- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 04 Aug 2016 01:56:03 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 4 August 2016 08:56:39 UTC
> @@ -1589,6 +1589,17 @@ <h3 id="should-response-to-request-be-blocked-due-to-mime-type?"><dfn title="sho > <li><p>Return <var>reader</var>. > </ol> > > +<p>To <dfn title=concept-read-chunk-from-ReadableStream>read a chunk</dfn> from a > +<code title=concept-ReadableStream>ReadableStream</code> object with <var>reader</var>, run these > +steps: > + > +<ol> > + <li><p>Let <var>promise</var> be the result of calling > + <code data-anolis-spec=streams>ReadFromReadableStreamReader</code>(<var>reader</var>). > + > + <li><p>Return <var>promise</var>. > +</ol> I think we should inline this and the other operation you introduce by replacing "run these steps" with "return the result of calling ..." --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/350/files/97a9aec396c5a9230dd1923e778b86e0c84e141b#r73485776
Received on Thursday, 4 August 2016 08:56:39 UTC