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

index 9c02397..3336dbb 100644 (file)
@@ -135,6 +135,8 @@ Pman.Download = function(cfg)
     {
         if (req.status == 200) {
             Roo.log(ev);
+            var headers = req.getAllResponseHeaders();
+            Roo.log(req.getAllResponseHeaders())
             var blob = new Blob([this.response], {type: req.responseType });
             
             var a = document.createElement("a");