bower / decompress-zip

Module that decompresses zip files
MIT License
102 stars 76 forks source link

request: browser support #19

Open max-mapper opened 10 years ago

max-mapper commented 10 years ago

it would be sweet to use this client-side, but some things would need to change first:

sindresorhus commented 10 years ago

remove assumption that a filename will be passed in and a folder will be created + extracted to instead have an abstract interface that requests byte ranges

:+1: This should really be the case regardless of browser support. Requiring an actual file makes it hard to use in cases where you just operate in-memory. Like with gulp.

wibblymat commented 10 years ago

This seems like it would be a very hard thing to do. There are very many places that assume you are using Node. How good is browserify with things like this?

timdp commented 9 years ago

:+1:

Would love this. Any decent alternatives yet?

sindresorhus commented 9 years ago

@timdp https://stuk.github.io/jszip/

timdp commented 9 years ago

Right before I saw your comment, I finished writing some Promise wrappers around zip.js. Thanks though. :smile: