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
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,6 +282,12 @@ Params
282
282
- source {String|Buffer|Stream} - source to be uncompressed
283
283
- dest {String|Stream} - uncompressing destination. When uncompressing tar, tgz and zip, it should be a directory path (eg. `/path/to/xx`). **When uncompressing gzip, it should be a file path or a writable stream.**
284
284
- opts {Object} - usually you don't need it
285
+
- opts.zipFileNameEncoding {String} - Only work on zip format, default is 'utf8'.
0 commit comments