- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 07 Sep 2015 04:27:03 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 September 2015 11:27:30 UTC
> + property is false and whose <code title>value</code> property is a > + <code title>Uint8Array</code>, append the <code title>value</code> property to > + <var title>bytes</var> and run the above step again. > + > + <li><p>When <var title>read</var> is fulfilled with an object whose <code title>done</code> > + property is true, resolve <var title>promise</var> with <var title>bytes</var>. > + > + <li><p>When <var title>read</var> is fulfilled with a value that matches with neither of the > + above patterns, reject <var title>promise</var> with a <code title>TypeError</code>. > + > + <li><p>When <var title>read</var> is rejected with an error, reject <var title>promise</var> > + with that error. > + </ul> > + > + <li><p>Return <var title>promise</var>. > +</ol></p> Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/119/files#r38854615
Received on Monday, 7 September 2015 11:27:30 UTC