Error : Snychronous XMLHttpRequest on main thread is deprecated
prachighub opened this issue · 6 comments
prachighub commented
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
annevk commented
That's a warning and unrelated to your problem. It'd be good to move away from synchronous XMLHttpRequest
though.
prachighub commented
Hi,
But what's the solution,i mean what should be used instead?
…On Tue, May 15, 2018, 2:44 PM Anne van Kesteren ***@***.***> wrote:
That's a warning and unrelated to your problem. It'd be good to move away
from synchronous XMLHttpRequest though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#209 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQv5s3AN_Fhl16bw3-zmpr_Bpd8xTwGzks5typyNgaJpZM4T_Kz5>
.
annevk commented
Only pass two parameters to the open()
method and use events instead.
prachighub commented
Hi,
Can you please elaborate more on events.
…On Tue, May 15, 2018, 3:00 PM Anne van Kesteren ***@***.***> wrote:
Only pass two parameters to the open() method and use events instead.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#209 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQv5s3MRgGhKcaRPZe_TUDB9pV5-f_Wuks5tyqAXgaJpZM4T_Kz5>
.
annevk commented
Probably best to ask on Stack Overflow how XMLHttpRequest works. This repository is meant to discuss the standard itself.
asutherland commented
For some documentation, see https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests