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

@jan-ivar it doesn't have to be like that, it could simply be `fetch('page', {cancelable: true})` so by default is a Promise, otherwise is something similar that exposes a cancel method. Even without chainability .... lets say a specialized Promise with a self contained ability to be dropped by the owner, not by anyone which the object is passed around.

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

Received on Friday, 15 May 2015 15:03:05 UTC