- From: James Bromwell <notifications@github.com>
- Date: Thu, 08 Feb 2018 18:06:31 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 February 2018 18:06:54 UTC
@eligrey genuinely curious, is there another (anti-)pattern that ties UI responsiveness to network conditions? The browser is inherently event-driven, and the most common events it deals with are user input and network call resolution. I'm not aware of any way to tell the UI thread to block completely until a user-input event occurs, and sync XHR is the only way I can think of to block until network resolution. I saw this argument made in the other issue I just replied to, but nobody seemed to have any examples. -- 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/xhr/issues/178#issuecomment-364198241
Received on Thursday, 8 February 2018 18:06:54 UTC