Warning in the browser 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/.
gowut-v1.3.0.js:244 :
xhr.open("GET", _pathSessCheck, false); // synch call (else we can't catch connection error)
Maybe there is an option to make the call asynchronous to avoid problems with the browser hang when the connection is lost during a call?
Warning in the browser console:
gowut-v1.3.0.js:244 :
Maybe there is an option to make the call asynchronous to avoid problems with the browser hang when the connection is lost during a call?