mholt/PapaParse

Add support for URL downloading in NodeJS

Ouverte

#552 ouverte le 13 août 2018

 (2 commentaires) (1 réaction) (0 personne assignée)JavaScript (1 186 forks)batch import
help wantednodejs support

Métriques du dépôt

Stars
 (13 552 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur