Closed 0f-0b closed 2 years ago
Currently DeflateStream does not pass the level option to the codec, and the useCompressionStream option fails to be picked up due to a misconfiguration of rollup. This PR addresses these issues.
DeflateStream
level
useCompressionStream
Thank you very much for your contribution, it's perfect :)
Currently
DeflateStream
does not pass thelevel
option to the codec, and theuseCompressionStream
option fails to be picked up due to a misconfiguration of rollup. This PR addresses these issues.