Yes, Axios use XMLHttpRequest under the hood and jQuery.ajax() wraps XMLHttpRequest too. The native way to do request is with Fetch or directly with XMLHttpRequest/XmlHttpRequest2.
Yes, Axios use XMLHttpRequest under the hood and jQuery.ajax() wraps XMLHttpRequest too. The native way to do request is with Fetch or directly with XMLHttpRequest/XmlHttpRequest2.