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

@Rob--W you are correct, I wanted to share it because I didn't find a reference to it in the topic. It may be beneficial in some situations.

One more potential solution may be `Shadow DOM`. It's only supported in Chrome, Opera and Safari but it may enable targeted cancellation of Fetch requests without the latency issue from WebWorkers (~40ms startup latency, making them unsuitable for some applications).

https://developer.mozilla.org/en-US/docs/Web/Web_Components/Shadow_DOM

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

Received on Sunday, 16 July 2017 10:41:42 UTC