Skip to content

v2.6.0

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 20 Jul 23:32
· 1880 commits to master since this release
  • Removes obsolete features:
    • ERR_ABORT has been removed. Instead, you can now check if signal.reason equals to the error thrown when cancelling compression/decompression.
    • ReadableStreamReader and WritableStreamWriter have been removed. Instead, you can now pass objects containing a readable or writable property (respectively). See example of code in the README.MD.
  • The README.MD shows a complete example of code using zip.js