v2.6.30
·
1607 commits
to master
since this release
- Added support of split zip files when using
ZipReadervia theSplitZipReaderclass (see example here) - Fixed potential data race issue in Firefox when unzipping files with the option
transferStreamsset totrue(introduced in version 2.6.24) that could lead to truncated files - Make sure build scripts can run in environments where
globalThisisundefined(see #254 (comment))