mholt/PapaParse

Add support for URL downloading in NodeJS

Open

#552 aperta il 13 ago 2018

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)JavaScript (1157 fork)batch import
help wantednodejs support

Metriche repository

Star
 (11.877 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor