JSZipFileOptions
Properties
Link copied to clipboard
Sets per file compression. The compressionOptions
parameter depends on the compression type.
Link copied to clipboard
Sets per file compression level for DEFLATE
compression.
Link copied to clipboard
Set to true
if folders in the file path should be automatically created, otherwise there will only be virtual folders that represent the path to the file.
Link copied to clipboard
6 bits number. The DOS permissions of the file, if any.
Link copied to clipboard
Set to true
if (and only if) the input is a "binary string" and has already been prepared with a 0xFF
mask.
Link copied to clipboard
16 bits number. The UNIX permissions of the file, if any. Also accepts a string
representing the octal value: "644"
, "755"
, etc.