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

Loading progress indicator needed #6

Open
tyarkoni opened this issue Jun 14, 2013 · 1 comment
Open

Loading progress indicator needed #6

tyarkoni opened this issue Jun 14, 2013 · 1 comment

Comments

@tyarkoni
Copy link
Contributor

It would be good to add a progress bar when loading images; at the moment large images can take a while to load (particularly when read from binary file), and the user may wonder whether anything's happening.

@njvack
Copy link
Contributor

njvack commented Jun 14, 2013

Hm... if you're getting the data via XMLHttpRequest, it looks like there's a fairly simple way to hook into download progress:

https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest#Monitoring_progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants