Re: [whatwg/fetch] Fetch termination API "meeting" (#455)

> We're going to move forward with the revealing-function pattern.

@jakearchibald does this include passing the future `FetchController` object to the `fetch()`. I mean:

```js
const control = new FetchController();
const fetching = fetch(request, { control });
```

-- 
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/455#issuecomment-275036008

Received on Wednesday, 25 January 2017 07:15:29 UTC