- From: Stuart P. Bentley <notifications@github.com>
- Date: Thu, 23 Feb 2017 07:26:06 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 February 2017 15:31:50 UTC
> 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