Revert #408
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "file-saver",
|
"name": "file-saver",
|
||||||
"main": "dist/FileSaver.js",
|
"main": "dist/FileSaver.js",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"homepage": "https://github.com/eligrey/FileSaver.js",
|
"homepage": "https://github.com/eligrey/FileSaver.js",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Eli Grey <[email protected]>"
|
"Eli Grey <[email protected]>"
|
||||||
|
|||||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "file-saver",
|
"name": "file-saver",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "file-saver",
|
"name": "file-saver",
|
||||||
"version": "1.3.7",
|
"version": "1.3.8",
|
||||||
"description": "An HTML5 saveAs() FileSaver implementation",
|
"description": "An HTML5 saveAs() FileSaver implementation",
|
||||||
"main": "dist/FileSaver.js",
|
"main": "dist/FileSaver.js",
|
||||||
"module": "src/FileSaver.js",
|
"module": "src/FileSaver.js",
|
||||||
|
|||||||
+4
-3
@@ -1,7 +1,7 @@
|
|||||||
/* FileSaver.js
|
/* FileSaver.js
|
||||||
* A saveAs() FileSaver implementation.
|
* A saveAs() FileSaver implementation.
|
||||||
* 1.3.7
|
* 1.3.8
|
||||||
* 2018-03-16 14:39:40
|
* 2018-03-22 14:03:47
|
||||||
*
|
*
|
||||||
* By Eli Grey, https://eligrey.com
|
* By Eli Grey, https://eligrey.com
|
||||||
* License: MIT
|
* License: MIT
|
||||||
@@ -157,7 +157,8 @@ export var saveAs = saveAs || (function(view) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
save_link.target = "_blank";
|
// todo: detect chrome extensions & packaged apps
|
||||||
|
//save_link.target = "_blank";
|
||||||
|
|
||||||
FS_proto.abort = function(){};
|
FS_proto.abort = function(){};
|
||||||
FS_proto.readyState = FS_proto.INIT = 0;
|
FS_proto.readyState = FS_proto.INIT = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user