Open sleemanj opened 6 years ago
guest commented:
Replying to [ticket:1730 gogo]:
Synchronous XMLHTTPRequests should be avoided where possible, even if that means just faking a synchronous perhaps by spin-waiting until it's complete, just in case Chrome actually removes sycnhronous requests. Main candidate is _geturlcontent() in XinhaCore, used by Skin, Language and Icon loading.
I apologize... I understand the concept but I'm not so good at putting it into practice. Could you give me an example to have a work track?
Synchronous XMLHTTPRequests should be avoided where possible, even if that means just faking a synchronous perhaps by spin-waiting until it's complete, just in case Chrome actually removes sycnhronous requests. Main candidate is _geturlcontent() in XinhaCore, used by Skin, Language and Icon loading.
http://trac.xinha.org/ticket/1729
Reported by @sleemanj, migrated from http://trac.xinha.org/ticket/1730