implement e2e tests for #101

This commit is contained in:
Sefa Ilkimen
2019-11-14 04:45:20 +01:00
parent 21bec76c11
commit 19e1e7206b
5 changed files with 52 additions and 6364 deletions
+1 -1
View File
@@ -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() {