You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function you link is a function used to compute the crc32 value of an input. The crc32 extracted from the zip file is here but it's not a public API.
Related to #247, exposing these informations seems a good idea.
Hi
I'd like to read the zipfile's crc-32 attribute without decompressing as per https://en.wikipedia.org/wiki/Zip_(file_format)#File_headers
I noticed the code here says it is deprecated
jszip/lib/object.js
Line 863 in 3a39a71
Is this possible with jszip ?
The text was updated successfully, but these errors were encountered: