mholt/PapaParse

Add support for URL downloading in NodeJS

Open

#552 geöffnet am 13. Aug. 2018

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (1.157 Forks)batch import
help wantednodejs support

Repository-Metriken

Stars
 (11.877 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide