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

domenic 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'm not sure how you'd do that, since IMO using the AbortSignal in a service worker should propagate an abort event to XHR, whereas closing the tab should not. So something very similar to the current spec is needed. But if you think you can make it work, please do so.

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

Received on Wednesday, 30 August 2017 23:16:12 UTC