- From: Jake Archibald <notifications@github.com>
- Date: Thu, 03 Aug 2017 12:33:56 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 August 2017 12:34:19 UTC
jakearchibald commented on this pull request. > + + <li><p>Reject <var>promise</var> with <var>error</var>. + + <li><p>If <var>request</var>'s <a for=request>body</a> is not null and is + <a for=ReadableStream>readable</a>, <a for=ReadableStream>cancel</a> <var>request</var>'s + <a for=request>body</a> with <var>error</var>. + + <li><p>If <var>responseObject</var> is null, return. + + <li><p>Reject <var>responseObject</var>'s <a for=Response>trailer promise</a> with + <var>error</var>. + + <li><p>Let <var>response</var> be <var>responseObject</var>'s <a for=Response>response</a>. + + <li><p>If <var>response</var>'s <a for=response>body</a> is not null and is + <a for=ReadableStream>readable</a>, <a for=ReadableStream>cancel</a> <var>response</var>'s lol, sorry about all these -- 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/523#discussion_r131128132
Received on Thursday, 3 August 2017 12:34:19 UTC