beatgammit / tar-js

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

Use URL.createObjectURL #9

Open beatgammit opened 12 years ago

beatgammit commented 12 years ago

There's a 2MB file-size limit on data-urls. createObjectURL creates a temporary file and gives a URL for that, removing that limit.

See https://developer.mozilla.org/en/DOM/window.URL.createObjectURL