Re: [fetch] Aborting a fetch (#27)

> I think adding .cancel to Promise could break existing code.

How is that since nobody using Promises these days woul dpass a third callback + nobody believes it's possible to cancel them?


> Could you point to a implementation of tasks you're particularly fond of?

I'm not fond on any particular implementation, all I know is that Tasks manage cancelability in core and by default, I'm sure these have been discussed already, and I'm sure there's need for them otherwise developers would just use Promises.

What I'm not sure about, if it has been even proposed as standard by anyone. So I'll let eventually others suggest the best `Task` based option.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/27#issuecomment-93014474

Received on Tuesday, 14 April 2015 18:43:26 UTC