Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Wed, 14 Aug 2019 08:08:18 +0000 (16:08 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Aug 2019 08:08:18 +0000 (16:08 +0800)
Pman.Download.js

index 3336dbb..5111f27 100644 (file)
@@ -127,7 +127,7 @@ Pman.Download = function(cfg)
         
     }
     var req = new XMLHttpRequest();
-    xhr.responseType = 'blob';
+    req.responseType = 'blob';
     req.open(this.method, this.url);
     
     var _t = this;