We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7eb4d commit 9a721b5Copy full SHA for 9a721b5
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