Skip to content

v2.6.30

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 23 Sep 21:30
· 1607 commits to master since this release
  • Added support of split zip files when using ZipReader via the SplitZipReader class (see example here)
  • Fixed potential data race issue in Firefox when unzipping files with the option transferStreams set to true (introduced in version 2.6.24) that could lead to truncated files
  • Make sure build scripts can run in environments where globalThis is undefined (see #254 (comment))