javascript - What is this warning in my console & how to get rid of this message? -


in 1 of project have notice message in console not sure mean & how fix it. clue ? enter image description here

it says :

jquery-1.11.0.min.js:4 synchronous xmlhttprequest on main thread deprecated because of detrimental effects end user's experience. more help, check https://xhr.spec.whatwg.org/.send @ jquery-1.11.0.min.js:4

moment-with-locales.js:326 deprecation warning: moment construction falls js date. discouraged , removed in upcoming major release. please refer https://github.com/moment/moment/issues/1407 more info.printmsg @ moment-with-locales.js:326

to avoid xmlhttprequest warning, remove:

async: false 

in of ajax calls


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -