gildas-lormeau / zip.js

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
https://gildas-lormeau.github.io/zip.js
BSD 3-Clause "New" or "Revised" License
3.33k stars 506 forks source link

Add preventHeadRequest=false and combineSizeEocd Typescript definitions. #501

Closed bwbroersma closed 3 months ago

bwbroersma commented 3 months ago

Fix #498 - third part, add typescript definitions.

The case @defaultValue false is not really true for preventHeadRequest with an explicit 'is not undefined and false' check.