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

Feature: Migrate from Axios to fetch #33

Open
1 task done
atimin opened this issue Jul 15, 2022 · 1 comment
Open
1 task done

Feature: Migrate from Axios to fetch #33

atimin opened this issue Jul 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@atimin
Copy link
Member

atimin commented Jul 15, 2022

Current problem

Axios supports only Node.js streams, and it doesn't work in browser properly.

Possible solution

Fetch API was added to Node.js, so we can use it on browser and client sides with streams.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@atimin atimin added the enhancement New feature or request label Jul 15, 2022
@atimin atimin added this to the Release v1.0.0 milestone Jul 23, 2022
@atimin atimin removed this from the Release v1.0.0 milestone Oct 2, 2022
@atimin atimin removed this from Roadmap v1.x Oct 2, 2022
@atimin
Copy link
Member Author

atimin commented Oct 2, 2022

The plan was to migrate to the Fetch API in v1.0.0. But the API still has an experimental status in the current Node.js 18. . It makes sense to wait a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant