whatwg/xhr

Error : Snychronous XMLHttpRequest on main thread is deprecated

prachighub opened this issue · 6 comments

Hi,

Can't see my flash charts in chrome and giving error : Snychronous XMLHttpRequest on main thread is deprecated.
Kindly let me know what to do

That's a warning and unrelated to your problem. It'd be good to move away from synchronous XMLHttpRequest though.

Only pass two parameters to the open() method and use events instead.

Probably best to ask on Stack Overflow how XMLHttpRequest works. This repository is meant to discuss the standard itself.