- From: Jan Jaap <notifications@github.com>
- Date: Wed, 19 Jul 2017 07:04:00 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 July 2017 07:04:29 UTC
@benjamingr ![image](https://user-images.githubusercontent.com/8843669/28354370-ebc16efc-6c5f-11e7-98b4-2ac7c588248b.png) @jan-ivar yes, that is possible however it is not on our road map. We simply needed a solution for high performance multi-threading + aborting fetch requests. `exec.js` is multi-threading in Chrome 55+ without the latency of WebWorkers. `exec-fetch.js` already matches the spec. It simply adds the `.abort()` method to the original fetch API that works in all browsers. It is a first version however, it is not yet tested in all possible browsers. -- 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-316292143
Received on Wednesday, 19 July 2017 07:04:29 UTC