enhancementhelp wanted
描述
It’d be great if PapaParse could support asynchronous iteration because it lets you pull data – e.g.:
for await (const row of Papa.parse(bigFile, {asyncIteration: true})) {
console.log(row);
}
It’d be great if PapaParse could support asynchronous iteration because it lets you pull data – e.g.:
for await (const row of Papa.parse(bigFile, {asyncIteration: true})) {
console.log(row);
}