browserify-zlib
browserify-zlib copied to clipboard
fails to decompress files created with `bgzip`
Some files created with bgzip cannot be decompressed, or at least not with the same options as node's native zlib.
#35 demonstrates this. The test passes if you change the zlib import to native.
Interestingly, it's possible to decompress these files using pako directly, https://github.com/nodeca/pako/pull/146 demonstrates a way that works.