Skip to content

Commit 2290c08

Browse files
Stanislavvengrov
authored andcommitted
change readAsBinaryString to readAsArrayBuffer (works in IE now) (#48)
1 parent 2d1c154 commit 2290c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/backendless.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3620,7 +3620,7 @@
36203620
reader.onerror = function(evn) {
36213621
async.fault(evn);
36223622
};
3623-
reader.readAsBinaryString(files[i]);
3623+
reader.readAsArrayBuffer(files[i]);
36243624

36253625
} catch (err) {
36263626
filesError++;

0 commit comments

Comments
 (0)