Re: [fetch] Add "Streams" section. (#119)

> +<span title=concept-ReadableStream>ReadableStream</span> with <var title>reader</var>, run these
> +steps:
> +
> +<ol>
> + <li><p>Let <var title>promise</var> be a new promise.
> +
> + <li><p>Let <var title>bytes</var> be an empty byte sequence.
> +
> + <li>
> + <p>Let <var title>read</var> be the result of calling
> + <code data-anolis-spec=streams>ReadFromReadableStreamReader</code>(<var title>reader</var>).
> +
> + <ul>
> +  <li><p>When <var title>read</var> is fulfilled with an object whose <code title>done</code>
> +  property is false and whose <code title>value</code> property is a
> +  <code title>Uint8Array</code>, append the <code title>value</code> property to

Not really.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/119/files#r38891441

Received on Tuesday, 8 September 2015 05:31:43 UTC