Commit 6c50aab
Stop adding unnecessary new lines into base64 response string
base64.fromArrayBuffer is perfectly capable of decoding one long line of base64 string, see https://github.com/apache/cordova-js/blob/master/src/common/base64.js#L241 parent 59b804c commit 6c50aab
File tree
1 file changed
+1
-1
lines changed- src/android/com/silkimen/cordovahttp
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments