v2.6.0
·
1880 commits
to master
since this release
- Removes obsolete features:
ERR_ABORThas been removed. Instead, you can now check ifsignal.reasonequals to the error thrown when cancelling compression/decompression.ReadableStreamReaderandWritableStreamWriterhave been removed. Instead, you can now pass objects containing areadableorwritableproperty (respectively). See example of code in the README.MD.
- The README.MD shows a complete example of code using zip.js