wattsparas
Results
1
comments of
wattsparas
Anyone having this issue can use this workaround toDataUrl = (url, callback) => { const xhr = new XMLHttpRequest(); xhr.onload = () => { const reader = new FileReader(); reader.onloadend...