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

@jan-ivar you need to manage resources somehow explicitly since well: the whole point of cancellation is just that. 

You can either do it with automatic reference counting or you can do it with manual reference counting and deletes. Allow me to emphasize this _there is no solution that does not require book keeping_ since that's the whole point of cancellation. Between _manual_ and _automatic_ bookkeeping I'd rather have automatic. 

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

Received on Thursday, 28 January 2016 15:09:16 UTC