George Belanger

Results 2 comments of George Belanger

I had this issue but found out that I was creating the blob in the wrong way. I was doing a reader.onload = function(e) { const blob = new Blob([e.target.result])...

Had one large json file in the repo that was causing this error for me. Ignored that file and now the script works.