Mithgol
Mithgol
I have yet another idea, though it feels crude. Could crc32 check just be prevented for the files that are known to be encrypted, but still remain for the other ...
> I'd like to split this up into two pull requests: one for ZipCrypto now and the other one for AES a little bit later. Wise decision, especially for future...
API suggestions: - Add `.encrypted` property to [ZipObject](http://stuk.github.io/jszip/documentation/api_zipobject.html); if not `undefined`, that property should mean that the file is encrypted; that property should actually contain encyption's name (string) such as...
Classes extending `Error` are even better than string constants, thanks.
> Seems like a huge hassle for the user to do `if(zipObj.encrypted) // ask for password first` all the time. I rather like the callback idea (it's only called once...
I was not able to cope with the memory issue and decided to switch to https://www.npmjs.com/package/gm with http://www.graphicsmagick.org/ and also to choose a better hosting.
@mscdex ping
Works for me (i.e. I can scroll the page by using the mouse's wheel when the cursor is on a zoomed image) in Firefox 29.0.1 on Windows 7 Professional Service ...
Let's experiment further. What if you comment only the `e.preventDefault()` part?