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
Axios doesn't work in certain enviroments (like Cloudflare Workers). It would be good to use a more modern HTTP client like fetch or isomorphic-fetch instead.
I'm currently trying to use js-orbit-activities in a cloudflare workers environment, but axios doesn't work there. (but fetch does)
Axios doesn't work in certain enviroments (like Cloudflare Workers). It would be good to use a more modern HTTP client like
fetch
orisomorphic-fetch
instead.I'm currently trying to use js-orbit-activities in a cloudflare workers environment, but axios doesn't work there. (but fetch does)
Ref:
The text was updated successfully, but these errors were encountered: