We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With moving to v3, node-fetch exclusivly supports ESM and no longer CJS
node-fetch/node-fetch#1279
Mid term - latest when v2.x becomes deprecated - the following decision need to be taken:
a) move the repository to ESM (node-fetch/node-fetch#1279 (comment)) b) substitute node-fetch by a different fetch implementation (e.g. axios https://github.com/axios/axios)
The text was updated successfully, but these errors were encountered:
One opportunity might be to wait for native fetch...
Sorry, something went wrong.
No branches or pull requests
With moving to v3, node-fetch exclusivly supports ESM and no longer CJS
node-fetch/node-fetch#1279
Mid term - latest when v2.x becomes deprecated - the following decision need to be taken:
a) move the repository to ESM (node-fetch/node-fetch#1279 (comment))
b) substitute node-fetch by a different fetch implementation (e.g. axios https://github.com/axios/axios)
The text was updated successfully, but these errors were encountered: