PapaParse
PapaParse copied to clipboard
Add support for URL downloading in NodeJS
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.
This issue is also semi-related https://github.com/mholt/PapaParse/issues/182
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.