You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have an angualr application which calls subscribe() with long polling transport when some even occours (route change) on the scree. however the issue is, as soon as the subscribe is called, i can see the ajax call for the subscribe url is being aborted by firefox.
With chrome, the error is
"Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience".
And i see in firebug that the request does not have Requested with Xml http request header.
The text was updated successfully, but these errors were encountered:
we have an angualr application which calls subscribe() with long polling transport when some even occours (route change) on the scree. however the issue is, as soon as the subscribe is called, i can see the ajax call for the subscribe url is being aborted by firefox.
With chrome, the error is
"Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience".
And i see in firebug that the request does not have Requested with Xml http request header.
The text was updated successfully, but these errors were encountered: