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

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

Done.

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

Received on Tuesday, 9 August 2016 09:56:54 UTC