Open mef opened 6 years ago
Which browser are you using? It seems that firefox has an allocattion limit of 250MB which throws this erro.
Probably using workers to split up the work in chunks will solved this use. Could you confirm?
Firefox, indeed.
Hi, The following error shows up in the console when processing large CSV files
how to reproduce
expected result
Parse result shows up in the console
actual result
Error quoted above happens.
First noticed it when working on my own csv to json converter based on papaparse: works perfectly when using complete callback, the error only happens when introducing chunk function.