|
@@ -185,6 +185,8 @@ export default {
|
|
|
a.download = name;
|
|
|
document.body.appendChild(a);
|
|
|
a.click();
|
|
|
+ // delete the internal blob reference, to let the browser clear memory from it
|
|
|
+ URL.revokeObjectURL(a.href);
|
|
|
document.body.removeChild(a);
|
|
|
} else {
|
|
|
window.location.href = url;
|