jquery error

Post Reply
staze
Observer
Observer
Posts: 32
Joined: Thu Nov 15, 2018 11:39 pm
Location: Oregon
Station model: Davis Vantage Vue
Software: Meteobridge Nano SD
Contact:

jquery error

Post by staze » Tue Mar 26, 2019 3:56 am

Just curious if this is being worked on. When loading up MT, I see this error in the console:

"[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.min.js:4"

Thanks!

agallardo1980

Re: jquery error

Post by agallardo1980 » Tue Mar 26, 2019 6:09 pm

Hi.

I have this issue too. It is not exactly un JS error, but a Warning to use "async=true" param in XMLHttpRequest for AJAX updates. I don't know if sync calls it is necessary to Meteotemplate script because these could block to other after calls until the first is completed. Maybe Jachym can clarify this...

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: jquery error

Post by Jachym » Tue Mar 26, 2019 8:21 pm

correct, this is not an error, just a notification to make sure this is what you intended to do -which it is

Post Reply