This is not an issue, but only a wish.
I would really like to use seek-bzip in my web application. I currently use antimatter15's bzip2.js : it works pretty well, but I think seek-bzip might improve the performance of my webapp. Because seek-bzip would allow me to decompress only what's necessary (by passing the expectedSize parameter)
(see kiwix/kiwix-js#4 )
I tried by myself to remove the node.js dependencies but did not manage to do it.
Would there be an easy way to use seek-bzip in a browser instead of a node.js environment?
This is not an issue, but only a wish.
I would really like to use seek-bzip in my web application. I currently use antimatter15's bzip2.js : it works pretty well, but I think seek-bzip might improve the performance of my webapp. Because seek-bzip would allow me to decompress only what's necessary (by passing the expectedSize parameter)
(see kiwix/kiwix-js#4 )
I tried by myself to remove the node.js dependencies but did not manage to do it.
Would there be an easy way to use seek-bzip in a browser instead of a node.js environment?