Closed GoogleCodeExporter closed 9 years ago
This is a problem with other browsers as well. Since javascript is a single
threaded language any long running code will block other activities on the
site. I'm hoping to be able to use either some of the functionality in Mochikit
or setinterval to make this not block.
Original comment by nevins.bartolomeo@gmail.com
on 8 Mar 2011 at 4:28
We ran into this issue on spideroak's signup page. I wrote a patch to make the
library non-blocking and to optionally call a progress callback on every 1%
progress.
Original comment by benjamin...@gmail.com
on 14 Dec 2011 at 6:54
Attachments:
Thanks Benjamin!
I've pushed the changes up the repo.
Original comment by nevins.bartolomeo@gmail.com
on 14 Dec 2011 at 9:21
Original issue reported on code.google.com by
bob%staa...@gtempaccount.com
on 30 Jul 2010 at 11:03