-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Classifying this as 2floc under the assumption that interfacing with an existing tgz library will be roughly as simple as interfacing with JSZip. |
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 |
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. |
This would make Pull Tool usable for Cloud9.
The text was updated successfully, but these errors were encountered: