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

> Now subscription counting is simply a matter of counting the number of get calls in the system

Unless I've missed something, I'm not sure how that changes any of my assertions about the difficulty that such things incur when you've passed this *token* (call it a "Task" or "promise" or whatever) around to multiple different parts of a system for observation. That's especially true if one of the places you pass such a *token* to is an external part of the system (a third party lib, etc), where you cannot even change their API to allow for explicit unsubscription.

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

Received on Monday, 30 March 2015 16:02:19 UTC