Multi-threaded-downloader icon indicating copy to clipboard operation
Multi-threaded-downloader copied to clipboard

Switch from npm/request to something supported (node-fetch?)

Open mattbishop opened this issue 4 years ago • 1 comments

The request package has been deprecated (see the big red warning sign here: https://www.npmjs.com/package/request)

Perhaps node-fetch? https://www.npmjs.com/package/node-fetch

mattbishop avatar Sep 09 '21 00:09 mattbishop

As of Node 17.5.0, they have added experimental fetch() support into Node core based on their Udici implementation. If someone plans to update this before it becomes mainstream, I'd suggest using udici over node-fetch for that reason.

scott-morris avatar Mar 17 '22 13:03 scott-morris