Page 1 of 1

Depreciation Errors

Posted: Sat Sep 19, 2015 7:36 am
by Deon

Hi

I get these errors all over my app in the console. I see they even popup when I log into the appery.io platform.

statistic.js?build=c0a247c:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
jquery-1.7.min.js?build=c0a247c:4 Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated.

What is this and what effect does it have on the apps


Depreciation Errors

Posted: Thu Sep 24, 2015 7:51 am
by Alena Prykhodko

Hello Deon,

Not reproducible in my project, but don't worry, it just warning from jQuery library http://stackoverflow.com/questions/28... which still works well


Depreciation Errors

Posted: Thu Sep 24, 2015 8:17 am
by Deon

Thx u