- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 09 Aug 2016 03:04:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 9 August 2016 10:05:11 UTC
> @@ -1589,6 +1589,11 @@ <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>, return the > +result of calling > +<code data-anolis-spec=streams>ReadFromReadableStreamReader</code>(<var>reader</var>). Actually, maybe we should not use `<code>` here? I don't think we do that in HTML. --- 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/283179d2d020f1863d589e99c7725046815ccb9b#r74031108
Received on Tuesday, 9 August 2016 10:05:11 UTC