tarballjs
tarballjs copied to clipboard
Javascript library to create or read tar files in the browser
I've been trying to find a way to convert the resulting tar to `.tar.xz` on the browser but found nothing online or on npmjs. Have you ever tried it @ankitrohatgi?
1. I read a tgz file have some LongLink named files. What is it? {name: '././@LongLink', type: 'L', size: 105, header_offset: 16896} 2. Some files read out named txxx./flash_all_except_storage0000775. It...
Love your clean implementation. I recommended it as a solution to https://stackoverflow.com/questions/65446607/how-do-i-extract-data-from-a-tar-gz-file-stored-in-the-cloud-from-a-browser/74411631#74411631 and used `https://arohatgi.info/tarballjs/tarball.js` for a live demo. I think it would be nice to have the source code...