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

targz support #15

Open
stuartpb opened this issue Nov 10, 2015 · 4 comments
Open

targz support #15

stuartpb opened this issue Nov 10, 2015 · 4 comments
Labels

Comments

@stuartpb
Copy link
Member

This would make Pull Tool usable for Cloud9.

@stuartpb stuartpb added the 2floc label Feb 22, 2016
@stuartpb
Copy link
Member Author

Classifying this as 2floc under the assumption that interfacing with an existing tgz library will be roughly as simple as interfacing with JSZip.

@stuartpb
Copy link
Member Author

ugh, I just looked at https://github.com/stuartpb/targz.js/blob/master/gzip.js and it looks like the currently available code for this is hardcoded around XHR, so I'm going to need to do a bunch of hacking around it to add something that can take an already-fetched blob, eck eck eck

@stuartpb
Copy link
Member Author

Luckily, I just found another browser JS TAR library, whose development started in August, that looks significantly more enlightened, so there may be life in this feature yet.

@stuartpb
Copy link
Member Author

stuartpb commented Oct 13, 2016

Yeah, I looked into this again, and I can use that uncompression library that JSZip uses (pako) to handle the gz side of things, then another untar library (this or this) to handle the untar bits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant