DEV Community

Discussion on: XMLHttpRequest in JavaScript

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

As I will almost always wrap in new Promise anyway, I would suggest axios, which is XMLHttpRequest based and Promise based.

Of course, fetch is already a Promise.

Collapse
 
acroynon profile image
Adam Roynon

Yes I agree, axios is a brilliant little library to handlr async requests