js-file-download
Advanced tools
Comparing version 0.4.11 to 0.4.12
@@ -33,4 +33,4 @@ module.exports = function(data, filename, mime, bom) { | ||
window.URL.revokeObjectURL(blobURL); | ||
}, 0) | ||
}, 200) | ||
} | ||
} |
{ | ||
"name": "js-file-download", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"description": "Javascript function that triggers browser to save javascript-generated content to a file", | ||
@@ -5,0 +5,0 @@ "main": "file-download.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4568