Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects #223

Closed
thomas334 opened this issue Apr 11, 2015 · 1 comment
Milestone

Comments

@thomas334
Copy link

I try to register via "/register.html" but it seems not to work (I added the ssl certificate).I get a warning in the chrome developer tools console :
"Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
components.js:21470 opening database signal in version #1.0" ponting to libtextsecure.js:32552 "xhr.open('GET', path, callback ? true : false);"

@taravancil
Copy link

Do you see any other errors? This alert is just the browser kindly suggesting an asynchronous XHR rather than a synchronous one and doesn't actually block the code from executing as expected.

@liliakai liliakai modified the milestones: Real soon now, On the roadmap May 8, 2015
CarlosSantos95 pushed a commit to ra-app/desktop that referenced this issue Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants