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

use standard fetch API when using node >=18 #12775

Open
paul-marechal opened this issue Jul 27, 2023 · 0 comments
Open

use standard fetch API when using node >=18 #12775

paul-marechal opened this issue Jul 27, 2023 · 0 comments
Labels
dependencies pull requests that update a dependency file quality issues related to code and application quality

Comments

@paul-marechal
Copy link
Member

paul-marechal commented Jul 27, 2023

We currently use 3rd party libraries to do HTTP requests from node <=16 but once we start supporting node >=18 we should be able to use the standardized fetch API.

Depends on:

@paul-marechal paul-marechal added quality issues related to code and application quality dependencies pull requests that update a dependency file labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies pull requests that update a dependency file quality issues related to code and application quality
Projects
None yet
Development

No branches or pull requests

1 participant