From ec12b67df207b4b282f48d864c868c4897602c54 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Aug 2019 16:13:49 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Download.js b/Pman.Download.js index 08b83a6d..9dba6b41 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -143,7 +143,7 @@ Pman.Download = function(cfg) filename = matches[1].replace(/['"]/g, ''); } - var blob = new Blob([this.response], {type: req.responseType }); + var blob = new Blob([req.response], {type: req.responseType }); var a = document.createElement("a"); a.style = "display: none"; -- 2.39.2