Page 1 of 1

Console log warning when load a xml language

Posted: Mon Oct 05, 2020 12:59 am
by hugo
When I load a xml language, I get this warning in Google Chrome 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/.

Re: Console log warning when load a xml language

Posted: Tue Oct 06, 2020 6:29 pm
by Lech Kulikowski
Hello,

It is normal. You can ignore that warning.

Thank you.

Re: Console log warning when load a xml language

Posted: Wed Oct 07, 2020 11:40 pm
by hugo
Thank you.
As an alternative I'm using now the method setLocalization that avoids the warning.

Re: Console log warning when load a xml language

Posted: Thu Oct 08, 2020 11:28 am
by Lech Kulikowski
Hello,

Thank you for the information.