Re: [xhr] Help (#24)

See http://blogs.msdn.com/b/wer/archive/2011/08/03/why-you-should-use-xmlhttprequest-asynchronously.aspx by Microsoft, https://developer.mozilla.org/ja/docs/XMLHttpRequest/Synchronous_and_Asynchronous_Requests by Mozilla for example to understand why sync XHRs have been considered to be bad.

You can find some resources about how to migrate your code using sync XHR to async XHR in Japanese for example by searching for "同期 XMLHttpRequest", "同期 XMLHttpRequest 非推奨", ...

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

Received on Friday, 14 August 2015 13:08:27 UTC