-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request: browser support #19
Comments
👍 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. |
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? |
👍 Would love this. Any decent alternatives yet? |
Right before I saw your comment, I finished writing some Promise wrappers around zip.js. Thanks though. 😄 |
it would be sweet to use this client-side, but some things would need to change first:
getBuffer
is doing) but is decoupled fromfs
. that way it can be hooked up to FileReader in the browser.require('fs')
would have to move to separate node-only file from the extraction logic. the extraction logic would be generic so that it can run in the browser or in nodeThe text was updated successfully, but these errors were encountered: