mholt/PapaParse

Add support for URL downloading in NodeJS

開放

#552 建立於 2018年8月13日

 (2 則留言) (1 個反應) (0 位負責人)JavaScript (1,184 個分叉)batch import
help wantednodejs support

倉庫指標

星標
 (13,542 顆星)
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.

貢獻者指南