We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3b5fd commit 0cde8c0Copy full SHA for 0cde8c0
documentation/api_zipobject.md
@@ -20,6 +20,7 @@ attribute name | type | description
20
`dosPermissions` | 6 bits number | The DOS permissions of the file, if any.
21
`options` | object | the options of the file. The available options are :
22
`options.compression` | compression | see [file(name, data [,options])]({{site.baseurl}}/documentation/api_jszip/file_data.html)
23
+`options.compressionOptions`| object | see [file(name, data [,options])]({{site.baseurl}}/documentation/api_jszip/file_data.html)
24
25
Example:
26
0 commit comments