Refactor(testDownload): Download from cache is ok

This commit is contained in:
Franklin
2022-02-24 22:19:53 +01:00
committed by GitHub
parent 9b312124fc
commit 407371a0b6
+1 -1
View File
@@ -304,7 +304,7 @@
};
// load file avoiding the cache
req.open ('GET', btnEv.target.dataset.file + '?nocache=' + start, true);
req.open ('GET', btnEv.target.dataset.file, true);
req.responseType = 'blob';
req.send (null);
}