Closed cinder92 closed 8 years ago
Hello thanks for your amazing plugin, i'm using it but when im trying to decode Buffer from picture object i receive following error in console
Let say that is store file object in temp variable named temp1 :
String.fromCharCode.apply(null, new Uint8Array(temp1.picture[0].data));
Uncaught RangeError: Maximum call stack size exceeded(…)
Same with
btoa(String.fromCharCode.apply(null, temp1.picture[0].data));
its fixed now thanks!
Hello thanks for your amazing plugin, i'm using it but when im trying to decode Buffer from picture object i receive following error in console
Let say that is store file object in temp variable named temp1 :
String.fromCharCode.apply(null, new Uint8Array(temp1.picture[0].data));
Uncaught RangeError: Maximum call stack size exceeded(…)
Same with
btoa(String.fromCharCode.apply(null, temp1.picture[0].data));