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

If you use XHR with jQuery.getScript to load a JavaScript file there can be timing issues when the page loads.   The simple solution that works is to set async to false.   Why ruin such a simple solution?  Why do away with this method and have people worry about finding alternatives when the working method already exists?     

---
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/20#issuecomment-225319251

Received on Friday, 10 June 2016 23:30:47 UTC