mholt/PapaParse

Add support for URL downloading in NodeJS

Open

#552 ouverte le 13 août 2018

Voir sur GitHub
 (2 commentaires) (1 réaction) (0 assignés)JavaScript (1 157 forks)batch import
help wantednodejs support

Métriques du dépôt

Stars
 (11 877 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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