Any packages that let me make HTTP requests without concurrency (async/await)?
I have ran into very specific scenarios where JavaScript's design has unnecessarily complicated my project's code structure and logic. Are there any alternate implementations of JS web requests that don't work through asynchronous functions?