We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a86d9 commit a606064Copy full SHA for a606064
1 file changed
src/FileSaver.js
@@ -13,7 +13,7 @@
13
14
/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/src/FileSaver.js */
15
16
-export default var saveAs = saveAs || (function(view) {
+export var saveAs = saveAs || (function(view) {
17
"use strict";
18
// IE <10 is explicitly unsupported
19
if (typeof view === "undefined" || typeof navigator !== "undefined" && /MSIE [1-9]\./.test(navigator.userAgent)) {
0 commit comments