mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
implement e2e tests for #101
This commit is contained in:
+1
-1
@@ -427,7 +427,7 @@ module.exports = function init(global, jsUtil, cookieHandler, messages, base64,
|
||||
return onFinished(result);
|
||||
}
|
||||
|
||||
if (entry.value[1] instanceof global.Blob) {
|
||||
if (entry.value[1] instanceof global.Blob || entry.value[1] instanceof global.File) {
|
||||
var reader = new global.FileReader();
|
||||
|
||||
reader.onload = function() {
|
||||
|
||||
Reference in New Issue
Block a user