Closed ivoputzer closed 8 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.
I am receiving the same message on my app. What I can do to avoid this error?
as of today browsers are already deprecating this flag; hope the pr gets merged
:+1:
Should be fixed by https://github.com/coderifous/jquery-localize/commit/d55b25fd6655549502b83304fadb7b47c7124940
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.