- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 28 Sep 2015 00:29:12 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 28 September 2015 07:29:43 UTC
> + <span title=concept-Response-locked>locked</span>, return a new promise rejected with a > + <code>TypeError</code>. > + > + <li><p>Let <var title>stream</var> be <span title=concept-Response-readable-stream>readable > + stream</span>. > + > + <li><p>If <var title>stream</var> is null, set <var title>stream</var> to an > + <span title=concept-empty-ReadableStream>empty ReadableStream</span>. > + > + <li><p>Let <var title>reader</var> be the result of <span title=concept-get-reader>getting</span> > + a reader from <var title>stream</var>. If that threw an exception, return a new promise rejected > + with that exception. > + > + <li><p>Let <var title>p</var> be a new promise. > + > + <li><p>Let <var title>promise</var> be the result of Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r40523585
Received on Monday, 28 September 2015 07:29:43 UTC