mholt/PapaParse

Add support for URL downloading in NodeJS

Open

#552 创建于 2018年8月13日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)JavaScript (1,157 fork)batch import
help wantednodejs support

仓库指标

Star
 (11,877 star)
PR 合并指标
 (平均合并 18小时) (30 天内合并 1 个 PR)

描述

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.

贡献者指南