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

> With the async getter and no event listener we can actually avoid queueing runnables to the event loop. With a sync getter we must queue runnables for every change of these values whether an event listener is registered or not.

You can still skip it if the fetch doesn't have an Observer attached at all.

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

Received on Thursday, 23 February 2017 15:31:50 UTC