From this string we get from DataURL, what\'s the best way to download this as a file?
So far what I got was using a basic window.open(\"myDataURL\");, but
window.open(\"myDataURL\");
you can add a download attribute to the anchor element. sample:
download