-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
How to add a comment in a zip? #134
Labels
Comments
No, mainly because nobody asked for this feature. But I'm adding this to my TODO :) |
Nice! |
👍 |
dduponchel
added a commit
to dduponchel/jszip
that referenced
this issue
May 27, 2014
This commit add the ability to read and generate comments on the zip file and/or on each zip entry. Fix Stuk#134.
Merged
Merged
In the current implementation, is there a way to change the comment without re-compressing the zip file? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Packages like archiver let's you add a comment in the zip file.
Is there a way to achieve this using jszip?
The text was updated successfully, but these errors were encountered: