beatgammit / tar-js

Tar implemented in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use URL.createObjectURL

beatgammit opened this issue · 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