Skip to content

How to set the zip file comment? #503

Answered by bwbroersma
nijinekoyo asked this question in Q&A
Discussion options

You must be logged in to vote

See ZipWriter close, the optional first argument is the comment for the EOCD:

close(comment = undefined, options = {}) {
return this.zipWriter.close(comment, options);
}

async close(comment = new Uint8Array(), options = {}) {

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gildas-lormeau
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #502 on April 06, 2024 23:35.