Closed paulguz closed 9 years ago
This issue is a duplicate of #48, which will be fixed once #52 has been merged.
@fabi1cazenave has given me push access to this repo, he said that if he does not review within 3 days, I'm allowed to merge the patch any way.
You are of course also free to review my PR, perhaps you can spot an issue that I overlooked ;)
That's good news, thanks. I'll keep an eye out for the update.
I’ve just merged #52, this is a nice improvement. Using synchronous requests was a quick-and-dirty way which was fine for our use case in Gaia, but I’m glad to get rid of them.
Excellent, thanks.
Alluded to already in #48, webl10n makes synchronous XMLHttp requests.
As warned in the Chrome console, and specified on https://xhr.spec.whatwg.org/
This must be addressed going forward.