elfoxero / file-manager

File Manager is an app for Firefox OS to manage files in SD card

Home Page:https://marketplace.firefox.com/app/file-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unzipping and zipping files

elfoxero opened this issue · comments

Suggested by Winkelpower:

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

Or JSZip is also usable

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

I finally chose JSZip, because:

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

+1 good point