Skip to content
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

Unzipping and zipping files #34

Open
elfoxero opened this issue Mar 15, 2015 · 5 comments
Open

Unzipping and zipping files #34

elfoxero opened this issue Mar 15, 2015 · 5 comments

Comments

@elfoxero
Copy link
Owner

Suggested by Winkelpower:

Unzipping and zipping files.
Maybe by using zip.js from github?

@j8r
Copy link
Collaborator

j8r commented Mar 17, 2015

Or JSZip is also usable

@elfoxero
Copy link
Owner Author

It's complicated to choose a library, but I think zip.js uses more web technologies (like webworkers) than jszip. furthermore EPUBReader already uses zip.js, so its performance is acceptable in Firefox OS.

By the way, there is an interesting natively API called Archive to read the content of compressed files, but it's not enabled by default x.x

@elfoxero
Copy link
Owner Author

I finally chose JSZip, because:

@j8r
Copy link
Collaborator

j8r commented Mar 29, 2015

;) and it seems that the development is more active than zip.js

@elfoxero
Copy link
Owner Author

+1 good point

elfoxero added a commit that referenced this issue Mar 30, 2015
elfoxero added a commit that referenced this issue Mar 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants