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
Consider removing Axios in favor fetch. Personally I would recommend unjs/ofetch which works in all environments (node, browser, worker).
Removing Axios would also solve that #2051 from 2023.
Background: We are considering to use Contentful for a large scale project BUT the js client is still using Axios. In serverless environments, and especially on esge workers, every kb counts and this would add another unnecessary library. Therefor we cant use Contentful.
The text was updated successfully, but these errors were encountered:
Consider removing Axios in favor fetch. Personally I would recommend unjs/ofetch which works in all environments (node, browser, worker).
Removing Axios would also solve that #2051 from 2023.
Background: We are considering to use Contentful for a large scale project BUT the js client is still using Axios. In serverless environments, and especially on esge workers, every kb counts and this would add another unnecessary library. Therefor we cant use Contentful.
The text was updated successfully, but these errors were encountered: