Re: [whatwg/fetch] Aborting fetch (#523)

jakearchibald commented on this pull request.



>  
- <li><p>Let <var>cancel</var> be an action that
- <a lt=terminated for=fetch>terminates</a> the ongoing fetch with reason
- <i>end-user abort</i>.
+ <li><p>Let <var>cancel</var> be an action that <a lt=terminated for=fetch>terminates</a> the
+ ongoing fetch with reason <i>fatal</i>.

I thought that "end-user abort" means that the user hit the X button, or closed the tab, but I'm struggling to find a reference for that (@annevk am I making this up?).

Since this would be called if I call .cancel() on the readable stream, "end-user abort" feels like the wrong kind of termination.

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

Received on Monday, 7 August 2017 13:52:37 UTC