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
Title pretty much says it all. typeof XMLHttpRequest returns "undefined", as expected. I tried using axios, which works both client- and server-side for Node environments, but it depends on the http module, which is obviously unavailable.
Is there any way I can make HTTP requests or do I need to inject that functionality before executing JS? For example: