I need to download largish files from a browser using dartlang.
I've been using the "data:uri" thing to download, but have hit the size limitations of that method.
Wondering what the best method for this is, I looked into using the HTML5 filesystem API but that is deprecated (without ever really being implemented in most browsers apparently.