help wantednodejs support
Repository metrics
- Stars
- (11,877 stars)
- PR merge metrics
- (平均マージ 18h) (30d で 1 merged 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.