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

We also could introduce a second method name who's only difference is the return type:

```js
let pr = fetch() 
let {pr, cancel} = fetchCancel()  
```

-- 
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-275118376

Received on Wednesday, 25 January 2017 14:16:43 UTC