issue
dushyant8 opened this issue · 2 comments
dushyant8 commented
jquery-1.9.0.min.js:3 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.send @ jquery-1.9.0.min.js:3
dushyant8 commented
How to resolved this issue
annevk commented
Well, don't use synchronous I/O. Probably best to ask on stackoverflow (or search earlier questions there).