Skip to content
New issue

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

Replace Axios with Node's fetch API #406

Open
liammulh opened this issue May 12, 2023 · 0 comments
Open

Replace Axios with Node's fetch API #406

liammulh opened this issue May 12, 2023 · 0 comments

Comments

@liammulh
Copy link
Member

Right now, Node's fetch API has this warning:

Stability: 1 - Experimental. The feature is not subject to semantic versioning rules. Non-backward compatible changes or removal may occur in any future release. Use of the feature is not recommended in production environments.

Once it reaches the next stability level, we should use it. It will probably make Axios obsolete:

Stability: 2 - Stable. Compatibility with the npm ecosystem is a high priority.

For documentation on the fetch API, see https://nodejs.org/docs/latest-v18.x/api/globals.html#fetch. For Node's stability index, see https://nodejs.org/docs/latest-v18.x/api/documentation.html#stability-index.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant