Re: [xhr] Abandon hope of removing sync XHR from the web platform? (#20)

In this case, the call for data is sent down a number of levels, and an answer is expected. If the server call is async, there won't be an answer returned.  I can see that that sounds like a bad approach in an async world.  I guess I'll have to bite the bullet and redesign each of the levels of code to use async calls, and keep the user entertained while they wait!

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/20#issuecomment-109095708

Received on Thursday, 4 June 2015 23:47:39 UTC