coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

Synchronous XMLHttpRequest #53

Closed ivoputzer closed 8 years ago

ivoputzer commented 9 years ago

Synchronous XMLHttpRequest on the main thread are being deprecated because of its detrimental effects to the end user's experience. Recent browser versions are deprecating jQuery's async flag. It would be good thing to remove them.

screen shot 2015-07-28 at 12 56 23

htsnet commented 9 years ago

I am receiving the same message on my app. What I can do to avoid this error?

ivoputzer commented 9 years ago

as of today browsers are already deprecating this flag; hope the pr gets merged

Skyost commented 8 years ago

:+1:

coderifous commented 8 years ago

Should be fixed by https://github.com/coderifous/jquery-localize/commit/d55b25fd6655549502b83304fadb7b47c7124940