The SDK will throw an exception if used in a Cloudflare Worker:
Error: AxiosError
Reason: No suitable adapter to dispatch the request. Adapter xhr is not supported by the environment and adapter http is not available in the build.
Code: ERR_NOT_SUPPORT
Status: null
Level: error
I don't believe Axios is supported via Workers. A solution may be to use direct http fetch requests instead of Axios.
The SDK will throw an exception if used in a Cloudflare Worker:
I don't believe Axios is supported via Workers. A solution may be to use direct http fetch requests instead of Axios.