mholt/PapaParse

Add support for URL downloading in NodeJS

Open

#552 建立於 2018年8月13日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)JavaScript (11,877 star) (1,157 fork)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.

貢獻者指南