README
native-ajax
Module native-ajax is designed to be the simplest possible way to make http calls. It supports HTTP / HTTPS and follows redirects by default. It supports HTTP Headers get and set methods both.
Module native-ajax is designed to be the simplest possible way to make http calls. It supports HTTP / HTTPS and follows redirects by default. It supports HTTP Headers get and set methods both.
<script type="module">
import nativeAjax from 'https://cdn.skypack.dev/native-ajax';
</script>
Module native-ajax is designed to be the simplest possible way to make http calls. It supports HTTP / HTTPS and follows redirects by default. It supports HTTP Headers get and set methods both.