manduriomane
Results
3
comments of
manduriomane
Hi all, I have the same problem. Are there updates?
Hi to all. Are there updates?
Hi, I added this patch and now it works: ``` using FileReader (function () { File.prototype.arrayBuffer = File.prototype.arrayBuffer || myArrayBuffer; Blob.prototype.arrayBuffer = Blob.prototype.arrayBuffer || myArrayBuffer; function myArrayBuffer() { // this:...