Skip to content

Commit

Permalink
Merge pull request #511 from AbdullahSohail-SE/doc-typo
Browse files Browse the repository at this point in the history
Important fix
  • Loading branch information
gildas-lormeau committed May 5, 2024
2 parents a12c1f5 + 2d3f14d commit b494074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ export interface ZipWriterConstructorOptions {
/**
* `true` to keep the order of the entry physically in the zip file.
*
* When set to `true`, the use of web workers will be improved. However, it also prevents files larger than 4GB from being created without setting the `zip54` option to `true` explicitly.
* When set to `true`, the use of web workers will be improved. However, it also prevents files larger than 4GB from being created without setting the `zip64` option to `true` explicitly.
* Another solution to improve the use of web workers is to add entries from smallest to largest in uncompressed size.
*
* @defaultValue true
Expand Down

0 comments on commit b494074

Please sign in to comment.