Replace deprecated 'request' package
Opened this issue · 1 comments
chrisveness commented
The 'request' and 'request-promise-native' packages have long been deprecated, and also pull in deprecated uuid and har-validator packages.
Node will be getting native 'fetch' (https://nodejs.org/en/blog/release/v18.0.0/#header-fetch-experimental) based on WHATWG/W3C standard fetch and compatible with window.fetch(), but until then, 'node-fetch' (https://www.npmjs.com/package/node-fetch) provides identical functionality, I believe.
Can you replace 'request' with 'node-fetch'?
I hope this valuable package has not been abandoned!
Thanks
datthaprasad commented
Hi,
Is there any ETA for fixing this issue? Does anyone know when we can expect the next release? It's been five years since the last release.