You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: