3tuesday / kthoom

Automatically exported from code.google.com/p/kthoom
MIT License
0 stars 0 forks source link

Move unzipping to a Web Worker thread #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
All unzipping should be done in a Web Worker thread instead of in the main
UI thread of the browser.

Original issue reported on code.google.com by codedr...@gmail.com on 10 Apr 2010 at 5:43

GoogleCodeExporter commented 8 years ago
Fixed in revision eacbb9fcd34a

Use Firebug console to watch the unzipping progress.  Still quite slow and also 
some
files can crash Firefox or halt with an error:

uncaught exception: Error! peekBytes() called and not byte-aligned

Will fix that exception next.

Original comment by codedr...@gmail.com on 10 Apr 2010 at 7:41