Global zip file comment support #231
Answered
by
gildas-lormeau
JCarlesVilaseca
asked this question in
Q&A
-
Is there a way to add a global zip file comment? (Not a entry comment) |
Beta Was this translation helpful? Give feedback.
Answered by
gildas-lormeau
Mar 11, 2021
Replies: 2 comments 1 reply
-
Yes, you can pass it to the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gildas-lormeau
-
Here's a simple test using it: https://github.com/gildas-lormeau/zip.js/blob/master/tests/pages/test-wrapped.js#L19 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can pass it to the
ZipWriter#close
method.