mholt/PapaParse

Add support for URL downloading in NodeJS

Open

#552 opened on 2018年8月13日

GitHub で見る
 (2 comments) (1 reaction) (0 assignees)JavaScript (11,877 stars) (1,157 forks)batch import
help wantednodejs support

説明

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.

コントリビューターガイド