We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e7eb4d + 9a721b5 commit 543c29dCopy full SHA for 543c29d
file-download.js
@@ -30,6 +30,6 @@ module.exports = function(data, filename, mime, bom) {
30
setTimeout(function() {
31
document.body.removeChild(tempLink);
32
window.URL.revokeObjectURL(blobURL);
33
- }, 0)
+ }, 200)
34
}
35
0 commit comments