Remove dependencies on node-fetch
and use Node's internal fetch
+ AbortSignal
instead
#6393
Labels
node-fetch
and use Node's internal fetch
+ AbortSignal
instead
#6393
We could most likely remove the dependency on
node-fetch
and instead rely on thefetch
andAbortSignal
provided by Node.js from v18.The text was updated successfully, but these errors were encountered: