Re: [whatwg/dom] Abort controller design (#438)

Why not made a "FetchController" or "RequestController" - And so allow to handle "progress"-events too?
`controller.addEventListener('progress',function(){...})`

And does it really makes sense not to use the controller directly, but an additional "signal object"?

`const controller = new RequestController;`
`fetch(url, {controller})`;

I'm not deep in the subject, so you can answer briefly.

-- 
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/dom/issues/438#issuecomment-379788332

Received on Monday, 9 April 2018 15:17:16 UTC