PapaParse icon indicating copy to clipboard operation
PapaParse copied to clipboard

Add support for URL downloading in NodeJS

Open dboskovic opened this issue 7 years ago • 2 comments

Currently URL downloading uses XMLHttpRequest which is not native to NodeJS. We should add support for it using native http/s when in NodeJS.

Thanks to @jlitowitz and his contribution in #546 for driving this request.

dboskovic avatar Aug 13 '18 03:08 dboskovic

This issue is also semi-related https://github.com/mholt/PapaParse/issues/182

dboskovic avatar Aug 13 '18 03:08 dboskovic

I've been looking into this and AFAIK it requires quite a large refactor of the code-base to achieve this. Maybe even start with overhauling the codebase to use EcmaScript 6 or newer features.

deiga avatar Oct 01 '20 12:10 deiga