v2.6.2
·
1872 commits
to master
since this release
- Add support of
ReadableStreamreaders in theZipReaderconstructor. Although they will be automatically converted into aBlobReaderreaders transparently in order to allow random access to the data (see test here: https://github.com/gildas-lormeau/zip.js/blob/master/tests/all/test-readable-zip-stream.js).