Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

@blesh 

> I really hope you consider an API like Bluebird's or something libraries like Rx can probe for and handle cleanly without the need to wrap anything manually.

This is right at the heart of the disagreement.

```js
const fetching = fetch(url);
```

If I give you `fetching`, should you be able to alter the in-progress request/response (abort, change priority). Or, should I, the one who called `fetch()`, be the only one who can change the in-progress fetch?

When they make a movie based on this moment in web history, it'll be called "The one who called 'fetch'".

-- 
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/issues/447#issuecomment-274822651

Received on Tuesday, 24 January 2017 14:45:33 UTC