- From: Tobias Buschor <notifications@github.com>
- Date: Mon, 09 Apr 2018 15:15:56 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 April 2018 15:17:16 UTC
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