Re: [whatwg/fetch] Add ReadableStreamOperations for ServiceWorker (#350)

> @@ -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>).

`<span>` seems better for abstract operations.

---
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#r74031136

Received on Tuesday, 9 August 2016 10:05:23 UTC