beatgammit / tar-js

Tar implemented in the browser
MIT License
89 stars 17 forks source link

Borked in Safari #10

Open jergason opened 12 years ago

jergason commented 12 years ago

If you try to tar a Uint8Array in Safari it fails, because the structure of the constructor is a little different. See the pull request.