tar-js icon indicating copy to clipboard operation
tar-js copied to clipboard

Use URL.createObjectURL

Open beatgammit opened this issue 13 years ago • 0 comments

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

beatgammit avatar Nov 04 '11 15:11 beatgammit