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
I want to use this library in client-side (browser) JS but from a hosted platform where I can't store my own files. I'm loading axios from Cloudflare CDN using LazyLoad and it works fine, but I tried also loading retry-axios that way and got an immediate error as it was referring to axios by pathname. Is it possible to do what I'm trying to do?
The text was updated successfully, but these errors were encountered:
I want to use this library in client-side (browser) JS but from a hosted platform where I can't store my own files. I'm loading axios from Cloudflare CDN using LazyLoad and it works fine, but I tried also loading retry-axios that way and got an immediate error as it was referring to axios by pathname. Is it possible to do what I'm trying to do?
The text was updated successfully, but these errors were encountered: