mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-10098 filetransfer.spec.33 is faulty
This commit is contained in:
+1
-1
@@ -669,7 +669,7 @@ exports.defineAutoTests = function () {
|
||||
done();
|
||||
};
|
||||
|
||||
transfer.download(imageURL, localFilePath, unexpectedCallbacks.httpWin, downloadFail, null,
|
||||
transfer.download(imageURL + "?q=" + lastModified.getTime(), localFilePath, unexpectedCallbacks.httpWin, downloadFail, null,
|
||||
{
|
||||
headers: {
|
||||
'If-Modified-Since': lastModified.toUTCString()
|
||||
|
||||
Reference in New Issue
Block a user