tar-js
tar-js copied to clipboard
Use URL.createObjectURL
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