DEV Community

Discussion on: Don't Feel Bad About Using XMLHttpRequest

Collapse
 
mxldevs profile image
MxL Devs

I've always used XHR. I actually didn't know about fetch until a few months ago. Usually I just have a couple wrapper functions so that I can quickly GET and POST and not think too much about building an XHR object.

It's nice to see that my choice to just keep using it over the cool stuff has some merit!