Hi all, I would really appreciate any input on the following scenario.On
our website, we are seeing the following warning on browser console when
a page loads :“[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/.”I
realized that this is because in one of our JS files we are making a
call to Granite.I18n.get(““); The above call in
turn places a call to the base...