HTML Template -> warning Synchronous XMLHttpRequest

Hi All,

when I load the dataview using an external html template,e.g. here:

dhtmlx.com/docs/products/dhtmlxD … ernal.html

I get the following warning in the developer console using chrome (40.0.2214.111 (64-bit)):

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check xhr.spec.whatwg.org/.

Can I ignore this? Or any idea how to resolve it properly?

Thank you
Karl

Hi
Yes, you can ignore it.
Browsers are going to ban sync Ajax request in the far-far future…
By then we will change functionality

Hi Darya,

thank you for your quick reply :slight_smile:

Karl

You are welcome!