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!
jquery error
-
agallardo1980
Re: jquery error
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...
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...
- Jachym
- 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
correct, this is not an error, just a notification to make sure this is what you intended to do -which it is
